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
setfield
list フィールドの挿入
呼び出し手順
setfield(i,x,l)
パラメータ
- x
任意の型の行列
- l
list, tlist または mlist 変数
- i
フィールド添え字, 詳細は insertion 参照.
説明
この関数は,フィールド展開を行うl(i)=x
構文と等価ですが,
唯一の差異は,mlist
オブジェクトにも適用可能なことです.
例
参照
- insertion — 変数への部分的な代入または修正
Report an issue | ||
<< rlist | Data Structures | struct >> |