Scilab-Branch-6.1-GIT
- Aide de Scilab
- Code Matlab => Scilab
- Equivalences Matlab -> Scilab
- F
- false (Matlab function)
- fclose (Matlab function)
- feof (Matlab function)
- ferror (Matlab function)
- feval (Matlab function)
- fft (Matlab function)
- fftshift (Matlab function)
- fgetl (Matlab function)
- fgets (Matlab function)
- fileparts (Matlab function)
- find (Matlab function)
- findstr (Matlab function)
- fliplr (Matlab function)
- flipud (Matlab function)
- fopen (Matlab function)
- for (Matlab function)
- format (Matlab function)
- fprintf (Matlab function)
- fread (Matlab function)
- frewind (Matlab function)
- fscanf (Matlab function)
- fseek (Matlab function)
- ftell (Matlab function)
- fwrite (Matlab function)
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
ferror (Matlab function)
Query about errors in file input or output
Particular cases
- ferror(fid)
When Matlab ferror is called with just one input and one output, then Scilab equivalent i merror.
- ferror(fid,'clear')
When Matlab ferror is called with two inputs and just one output, then Scilab equivalent is mclearerr.
For all other cases, there no equivalent in Scilab.
Report an issue | ||
<< feof (Matlab function) | F | feval (Matlab function) >> |