disp
displays variables
Syntax
disp(x1,[x2,...xn])
Description
displays xi
with the current format. xi
's are arbitrary
objects (matrices of constants, strings, functions, lists, ...)
Display of objects defined by tlist
may be overloaded by the
definition of a function. This function must have no output argument a
single input argument ant it's name is formed as follow
%<tlist_type>_p
where %<tlist_type>
stands for the first
entry of the tlist type component.
The lines function may be used to control the output.
See also
- lines — sets and queries the display width and pagination for the console
- write — writes real numbers or strings in the console or in a formatted file
- read — matrices read
- print — prints variables in a file
- string — conversion en chaîne de caractères
- tlist — Objet Scilab. Définition d'une liste typée
Report an issue | ||
<< Sorties | Sorties | mprintf >> |