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