Scilab 5.5.2
- Scilab Help
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getURL
- getmd5
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- save format
- scanf
- scanf_conversion
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
%io
a variable, which keeps standard input and standard output (file descriptor)
Calling Sequence
%io(1) %io(2)
Description
%io(1)
returns standard input (file descriptor 5).
%io(2)
returns standard output (file descriptor 6).
File descriptor 0 is the standard error.
Examples
See Also
Report an issue | ||
<< getmd5 | Files : Input/Output functions | isfile >> |