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

將一字元陣列做排版

Syntax

Description

T = strjust(S)T = strjust(S,'right') 回傳一靠右對齊的字元陣列 S。

T = strjust(S,'left') 回傳一靠左對齊的字元陣列 S。

T = strjust(S,'center') 回傳一置中的字元陣列 S。

See Also

deblank


 strings strmatch