strjust - Justify character array
Syntax
T = strjust(S)
T
= strjust(S, 'right')
T = strjust(S, 'left')
T = strjust(S, 'center')
Description
T = strjust(S) or T
= strjust(S, 'right') returns a right-justified version of the
character array S.
T = strjust(S, 'left') returns
a left-justified version of S.
T = strjust(S, 'center') returns
a center-justified version of S.
See Also
deblank, strtrim
 | strings | | strmatch |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit