関数により定義された曲面の3次元プロット
fplot3d(xr,yr,f,[theta,alpha,leg,flag,ebox]) fplot3d(xr,yr,f,<opt_args>) h = fplot3d(...)
大きさ n1の行ベクトル.
大きさ n2の行ベクトル.
z=f(x,y)型の外部ルーチン.
plot3d
参照.
plot3d
参照.
This optional output contains a handle to a Plot3d
. Use h
to modify its properties.
For a list of properties, see surface_properties.
fplot3d
は,
xr
および
yr
で定義されたグリット上に
外部関数f
により定義された曲面をプロットします.
コマンド fplot3d()
を入力すると,デモが表示されます.
Version | Description |
2025.0.0 | Function returns the created handle(s). |