How do I create a paraboloid?

Hi, I'm trying to create a demonstration for the game of go (baduk or wei chi) in which I show the influence of each stone on the board. One of my ideas is to create a paraboloid centered in each of the stones and then sum the paraboloids to get the whole influence of the board. Since this analysis is only worth for the first moves of the game I don't expect having processing problems.
The game table is basically a 19x19 matrix. I don't remember exactly if this formula works, but it might be something close to it, the surface would be like z = e^(-((X - pos1)^2 + (Y - pos2)^2))). It would be a "paraboloid" but with exponential decay then.

3 件のコメント

José-Luis
José-Luis 2014 年 6 月 26 日
I don't really see a clear question in there.
Star Strider
Star Strider 2014 年 6 月 26 日
It’s not a paraboloid. It’s a bivariate Gaussian function.
Joseph Cheng
Joseph Cheng 2014 年 6 月 26 日
why chose the paraboloid? is the weighting factor of each move tied to the "paraboloid"/gaussian function? wouldn't a simple 3d bar chart work just as well? and each space is a bar?

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeBoard games についてさらに検索

質問済み:

2014 年 6 月 26 日

コメント済み:

2014 年 6 月 26 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by