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

將字串轉換成矩陣,並使用空白字元來填充。

Syntax

Description

S = str2mat(T1,T2,T3,..) 把字串 T1,T2,T3,... 以列(row)的方式排列後寫入矩陣 S 。為了要形成合法的矩陣,會自動在每列短少的部分填入空白字元。每一個引數  Ti 可以自成為字串矩陣。 (這句不會翻)This allows the creation of arbitarily large string matrices. 空白字串也可以被指令接受。

Remarks

str2matstrvcat 的不同處在於str2mat 的空字串會產生空白的列, strvcat 會省略空字串。

Examples

See Also

char, strvcat


 str2func str2num