Owning Class: string
Requires: MathScript RT Module
c = strjustify(a, b)
Legacy Name: strjust
Justifies strings.
| Name | Description | ||||||
|---|---|---|---|---|---|---|---|
| a | Specifies a string or character matrix. | ||||||
| b | Specifies the direction of alignment. b is a string that accepts the following values.
|
| Name | Description |
|---|---|
| c | Returns a with the alignment you specify. |
A = ['12345 '; ' abcde']
C = strjustify(A, 'center')