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.
See the recommended documentation of this function
mclearerr
バイナリファイルアクセスエラーをリセット
呼び出し手順
mclearerr([fd])
パラメータ
- fd
スカラー. 関数
mopen
により返されたfd
パラメータ. -1 は直近にオープンされたファイルを意味します. デフォルト値は -1 です.
説明
関数clearerr
はエラーインジケータおよび
EOFインジケータを 0にリセットするために使用されます.
参照
Report an issue | ||
<< maxfiles | Files : Input/Output functions | mclose >> |