文字配列を整列
Tj = justify(T, opt)
文字列の行列.
文字列の行列. 揃えられた結果
文字オプション,以下の値を指定できます:
右揃え
左揃え
中央揃え
justify関数は, 指定したオプションoptに基づき 文字列の行列の列を整列します.
justify
opt
t=['1234','x','adfdfgdfghfgj' '1','354556','dgf' 'sdfgd','','sdfsf']; justify(t,'l') justify(t,'c') justify(t,'r')