Scilab 5.5.2
- Ajuda do Scilab
- Dicas de Conversão de Matlab para Scilab
- Matlab-Scilab equivalents
- F
- factor (Matlab function)
- 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)
- filesep (Matlab function)
- find (Matlab function)
- findstr (Matlab function)
- fix (Matlab function)
- fliplr (Matlab function)
- flipud (Matlab function)
- floor (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)
- full (Matlab function)
- fullfile (Matlab function)
- function (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
format (Matlab function)
Control display format for output
Particular cases
Some Matlab formats have no Scilab equivalent, see examples below.
Examples
Some Matlab formats have no Scilab equivalent, see examples below.
Equivalence table | |
Matlab |
Scilab |
format |
format("v",6) |
format + |
format(6) |
format bank |
No equivalent for: format "bank" |
format compact |
No equivalent for: format "compact" |
format hex |
No equivalent for: format "hex" |
format long |
format(16) |
format long e |
format("e",16) |
format long g |
format("e",16) |
format loose |
No equivalent for: format "loose" |
format rat |
No equivalent for: format "rat" |
format short |
format(6) |
format short e |
format("e",6) |
format short g |
format("e",6) |
Report an issue | ||
<< for (Matlab function) | F | fprintf (Matlab function) >> |