Man Scilab

justify
Scilab Function

justify - Justify character array.

Calling Sequence

Tj=justify(T,opt)

Parameters

Description

justify justify the column of a matrix of string accdording to the given option.

Examples


t=['1234','x','adfdfgdfghfgj'
   '1','354556','dgf'
   'sdfgd','','sdfsf'];

justify(t,'l')
justify(t,'c')

 
  

See Also

length ,   part ,  

Back