Scilab 5.5.2
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
getfield
リストのフィールドの展開
呼び出し手順
[x,...]=getfield(i,l)
パラメータ
- x
- 任意の型の行列 
- l
- list, tlist または mlist変数 
- i
- フィールド添え字, 詳細は extraction 参照. 
説明
この関数は, フィールド展開用の [x,...]=l(i) 構文と等価ですが,
            唯一の違いは, mlist オブジェクトにも適用できる
            ことです.
例
参照
- extraction — 行列およびリストのエントリの展開
| Report an issue | ||
| << fieldnames | Data Structures | hypermat >> |