Scilab 5.4.1
- Scilab help
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- getmd5
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- save_format
- scanf
- scanf_conversion
- sscanf
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
%io
標準入力および標準出力を返す変数 (ファイルディスクリプタ).
呼び出し手順
%io(1) %io(2)
説明
%io(1) は標準入力を返します (ファイルディスクリプタ 5).
%io(2) は標準出力を返します (ファイルディスクリプタ 6).
ファイルディスクリプタ 0 は標準エラーです.
例
Report an issue | ||
<< getmd5 | Files : Input/Output functions | isfile >> |