<< islist Data management nandel >>

fact >> Data management > jstr

jstr

justifies a vector of strings to a number of characters equal to (ndigits+1)

Calling sequence

xstr_j = jstr(xstr,ndigits);

Arguments

xstr:

a vector (n x 1) of strings

(ndigits):

a number of characters; an integer; by default: max length of the characters of xstr

xstr_j:

a vector (n x 1) of strings of same length: (ndigits+1); the last one is a space

Examples

[xs]=jstr(x,6)

Authors


Report an issue
<< islist Data management nandel >>