Scilab 6.0.2
- Scilabヘルプ
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getmd5
- getURL
- %io
- isfile
- listfiles
- listvarinfile
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- 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.
However, this page did not exist in the previous stable version.
%io
標準入力および標準出力を保持する変数(ファイル記述子).
呼び出し手順
%io(1) %io(2)
説明
%io(1) は標準入力を返します (ファイル記述子 5).
%io(2) は標準出力を返します (ファイル記述子 6).
ファイル記述子 0 は標準エラーです.
例
参照
履歴
バージョン | 記述 |
6.0.0 | %io is now protected (read-only). |
Report an issue | ||
<< getURL | Files : Input/Output functions | isfile >> |