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