(translator=Shilo, ChineseSource=Shilo-20020423-2\cell2struct.html, EnglishSource=c:\matlabr12\help\techdoc\ref\cell2struct.html)
MATLAB Function Reference    
cell2struct

轉換陣列格(cell array)為結構陣列(structure array)

Syntax

Description

s = cell2struct(c,fields,dim) 疊合 c 的維度 dims 的欄位 fields,將陣列格 c 轉換為結構 s。疊合的 c 維度長度 (size(c,dim)) 必須與 s 的欄位數 fields 相同。參數 fields 可以是字元陣列或是字串陣列格。

Examples

See Also

fieldnames, struct2cell


 cell celldisp