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

將數字陣列轉換為陣列格

Syntax

Description

c = num2cell(A) A 中的每個元素放入陣列格中,而將 A 轉換為陣列格。陣列格 c 的維度與矩陣 A 相同。

c = num2cell(A,dims) 將矩陣 A 中的維度 dims 放入陣列格中。C 的大小與 A 相同,除了維度 dims 的維度為 1。

Examples

陳述式

A 中的列放入陣列格中。相似地,

A 中的行放入陣列格中。

See Also

cat


 null num2str