リストのフィールドの展開
[x,...]=getfield(i,l)
任意の型の行列
list, tlist または mlist変数
フィールド添え字, 詳細は extraction 参照.
この関数は, フィールド展開用の [x,...]=l(i) 構文と等価ですが, 唯一の違いは, mlist オブジェクトにも適用できる ことです.
[x,...]=l(i)
mlist
l=list(1,'qwerw',%s) [a,b]=getfield([3 2],l) a=hypermat([2,2,2],rand(1:2^3));// hypermatrices are coded using mlists a(1) // the a(1,1,1) entry getfield(1,a) // the mlist first field