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
fplot3d
関数により定義された曲面の3次元プロット
呼び出し手順
fplot3d(xr,yr,f,[theta,alpha,leg,flag,ebox]) fplot3d(xr,yr,f,<opt_args>)
引数
- xr
大きさ n1の行ベクトル.
- yr
大きさ n2の行ベクトル.
- f
z=f(x,y)型の外部ルーチン.
- theta,alpha,leg,flag,ebox
plot3d
参照.- <opt_args>
plot3d
参照.
説明
fplot3d
は,
xr
および
yr
で定義されたグリット上に
外部関数f
により定義された曲面をプロットします.
コマンド fplot3d()
を入力すると,デモが表示されます.
参照
- plot3d — 曲面の3次元プロット
Report an issue | ||
<< fac3d | 3d_plot | fplot3d1 >> |