justify character array
Tj = justify(T, opt)
a matrix of character strings.
a matrix of character strings. The justified result.
a character option with possible values:
for right justification;
for left justification;
for centering justification.
The justify
function justifies the column of a
matrix of string according to the given option opt
.