Scilab 5.3.0
Please note that the recommended version of Scilab is 5.3.3. This page might be outdated.
See the recommended documentation of this function
eval3d
グリッド上の関数の値
呼び出し手順
[z]=eval3d(fun,x,[y])
パラメータ
- fun
引数にベクトルをとる関数.
- x,y
大きさ (1,n1) および (1,n2)のベクトル. (
yのデフォルト値:y=x).- z
大きさ (n1,n2)の行列.
説明
この関数は行列z(n1,n2)を返します. z(i,j)=fun(x(i),y(j)).
関数 fun がベクトル型の引数を受け付けない場合は,
プリミティブfevalを使用してください.
例
参照
作者
Steer S.; ; ;
| << contour | 3d_plot | eval3dp >> |