Scilab Reference Manual |
---|
mclearerr — reset binary file access errors
mclearerr([fd])
fd | : scalar. The fd parameter returned by the function mopen. -1 stands for last opened file. Default value is -1. |
The function clearerr is used to resets the error indicator and EOF indicator to zero.
<< matfile2sci | mclose >> |