Creation of a Scilab "ticks" structure
[ticks] = CL_g_ticks(locations [[, labels, form]])
Returns a structure to be used for ticks initialization in an "axes" entity.
locations gives the ticks locations (where the ticks are written). It may be empty.
labels gives the corresponding ticks labels. By default the location values are printed using the format given by form.
The default format is "%.12g" except if all values are integers, in which case it is "%d".
Remark:
The main objective for this function is to hide the underlying definition of a "ticks" structure.
Ticks locations. (1xN)
(string, optional) Ticks labels. (1xN)
(string, optional) Format to be used if labels are not given. (1x1)
CNES - DCT/SB (AL)