Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
genfac3d
3次元曲面の小平面を計算
呼び出し手順
[xx,yy,zz]=genfac3d(x,y,z,[mask])
引数
- xx,yy,zz
大きさ (4,n-1xm-1)の行列.
xx(:,i)
,yy(:,i)
およびzz(:,i)
はそれぞれ i番目の4角形の4点の x軸, y軸および z軸座標です.- x
大きさmのx軸座標ベクトル.
- y
大きさnのy軸座標ベクトル.
- z
大きさ (m,n)の行列.
z(i,j)
は点(x(i),y(j))における 曲面の値です.- mask
z
と同じ大きさのオプションの論理値行列で, 小平面により表わす際のz
のエントリを選択するために 使用されます.
説明
x
, y
および z
で定義された
genfac3d
は3次元曲面を表す4角形を計算します.
Report an issue | ||
<< fplot3d1 | 3d_plot | geom3d >> |