Scilab 6.0.0
- 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)
Ajuda do Scilab >> Dicas de Conversão de Matlab para Scilab > Matlab-Scilab equivalents > F > format (Matlab 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) |
Comments
Add a comment:
Please login to comment this page.