Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
definedfields
フィールド値が定義済みのリストの添え字を返す
呼び出し手順
k=definedfields(l)
パラメータ
- l
リスト , tlist またはmlist 変数.
- k
添え字のベクトル.
説明
l
が list
tlist
mlist
の場合, k=definedfields(l)
は
リストのフィールドが定義済みの添え字k
を返します.
この関数は未定義のフィールドにアクセスするとエラーとなるため,
有用です.
例
参照
- list — Scilab オブジェクトおよびリスト関数定義
- tlist — Scilab オブジェクトおよび型付のリスト定義.
- mlist — Scilab オブジェクト, 型付リスト定義に向いた行列.
- insertion — 変数への部分的な代入または修正
- extraction — 行列およびリストのエントリの展開
Report an issue | ||
<< bool2s | Data Structures | fieldnames >> |