Scilab 5.5.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
secto3d
3次元曲面変換
呼び出し手順
[m[,x]]=secto3d(seclist,npas) [m]=secto3d(seclist ,x)
パラメータ
- seclist
要素が(2,.)行列のリスト
- npas
整数
- m
行列
- x
ベクトル
説明
(x,z)
平面による断面のリストseclist
により
指定される曲面を考えると,[m [,x]]=secto3d(seclist [,npas])
は
曲面を標準的に離散化した行列 m
を返します.
行列mのi行目はi番目の断面に対応します
mのj列目は x(j)に対応します
各断面 seclist(i)
はそれぞれ点のxおよびz座標を指定する
(2,.) 行列により記述されます.
[m]=secto3d(seclist ,x)
の場合,
xベクトルが全ての断面に関するx軸の離散化を指定します.
参照
- plot3d — 曲面の3次元プロット
Report an issue | ||
<< plot3d3 | 3d_plot | surf >> |