Hello,
I try to transform the number colum N containing integer elements from 1 to 999, e. g.

N=[1;11;111]

into

T=["  1";" 11";"111"].

I tried with commands like justify, repmat, string, size, length - but without success. Do I miss one or more better adequate command(s)?

Kind regards
Jens
_______________________________________________
users mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/users

Reply via email to