Scilab 5.5.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
prints variables in a file
Calling Sequence
print('file-name',x1,[x2,...xn])
Description
prints xi on file 'file-name'
            with the current format, i.e. the format used by scilab to display
            the variables. All types of variables may be "print"'ed
|  | Note :  ximust be a named variable, with expressions variable
                name part of the display is unpredictable. | 
print(%io(2),...) prints on Scilab's window. this syntax may be
            used to display variables within a macro.
Examples
See Also
| Report an issue | ||
| << prettyprint | Output functions | printf_conversion >> |