justifyjustify character arrayCalling SequenceTj = justify(T, opt)ArgumentsTa matrix of character strings.Tj
a matrix of character strings. The justified result.
opt
a character option with possible values:
'r' or 'right'for right justification;'l' or 'left'for left justification;'c' or 'center'for centering justification.Description
The justify function justifies the column of a
matrix of string according to the given option opt.
ExamplesSee Also
length
part