(translator=roro, ChineseSource=roro-20020509-3\strvcat.html, EnglishSource=c:\matlabr12\help\techdoc\ref\strvcat.html)
MATLAB Function Reference    
strvcat

垂直合併字串

Syntax

Description

S = strvcat(t1,t2,t3,...) 把字串(或字串陣列)t1,t2,t3,... 依照陣列 S 的每一列依序存放。每一列將會依其字串長度來自動填補空白字元,另外,空字串將被忽略。

Remarks

若每個參數 ti 都是一個字元陣列,strvcat 將會開一個夠大的字串陣列來垂直合併 ti

Examples

strvcat('Hello','Yes')['Hello';'Yes '] 的結果是相同的,除了 strvcat 指令能自動填補空白字元,使其每一列的長度相同。

See Also

cat, int2str, mat2str, num2str, strings


 struct2cell sub2ind