(translator=Kuo, ChineseSource=Kuo-20020417-3\struct2cell.html, EnglishSource=c:\matlabr12\help\techdoc\ref\struct2cell.html)
MATLAB Function Reference    
struct2cell

將結構陣列的所有欄位值轉換成異質陣列

Syntax

Description

c = struct2cell(s) m-by-n 的結構 s (且包含 p 個欄位) 轉換成 p-by-m-by-n 的異質陣列 c

若結構 s 為多維的,異質陣列 c 的大小為 [p size(s)]

Examples

以下的指令

會建立一個結構

轉換結構至異質陣列

See Also

cell2struct, fieldnames


 struct strvcat