Scilab 5.4.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
struct
構造体を作成する
呼び出し手順
st=struct(field1,value1,field2,value2...)
パラメータ
- field1, field2, ..
フィールド名を表す文字列
- value1, value2, ..
フィールドの値を表すデータ型 (double, char, int, ...)
説明
この関数はフィールド名
fields1
, field2
, ..., を有し,
その値がvalue1
, value2
, ...
となる構造体を返します.
例
参照
- cell — 空行列のセル配列を作成する.
Report an issue | ||
<< setfield | Data Structures | tlist >> |