Scilab-Branch-5.3-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
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
を使用してください.
例
参照
- feval — 関数(または外部ルーチン)を評価する
作者
Steer S.; ; ;
<< contour | 3d_plot | eval3dp >> |