<< definedfields Data Structures getfield >>

Scilab Help >> Data Structures > fieldnames

fieldnames

tlist, mlist または 構造体のフィールド名を取得します

呼び出し手順

f=fieldnames(x)

パラメータ

x

tlistまたは mlist または構造体.

f

文字列の列ベクトル

説明

この関数は tlist, mlist, cell または構造体のフィールド名を返します.

clear t;
t.a=1;
t.b=2;
fieldnames(t)
fieldnames(1/%s)
fieldnames(tf2ss(1/%s))

参照


Report an issue
<< definedfields Data Structures getfield >>