(translator=pacific, ChineseSource=pacific-20020515-7.5\mat2str.html, EnglishSource=c:\matlabr12\help\techdoc\ref\mat2str.html)
MATLAB Function Reference    
mat2str

將矩陣轉換成字串

Syntax

Description

str = mat2str(A) 矩陣 A 轉換成可以成為 eval 輸入值的字串,並使用最精確(full precision)的轉換方式。

str = mat2str(A,n) 轉換時矩陣 A中的每個元素只用 n 個數字來表示。

Limitations

 mat2str 的輸入值只能是數字、向量、或二維陣列(rectangular array)。若 A 是多維陣列(multidimensional array),會發生錯誤。

Examples

下列矩陣:

指令

產生:

 b 是11個字元的字串,其中包含了中括號( square brackets), 空白和分號。

eval(mat2str(A)) 可重新設定 A

See Also

int2str, sprintf, str2num


 magic material