Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - Português

Change language to:
English - Français - 日本語 - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> Code Matlab => Scilab > Matlab-Scilab equivalents > F > format (Matlab function)

format (Matlab function)

Control display format for output

Matlab/Scilab equivalent

Matlab Scilab
format
format +
format bank
format hex
format long
format long e
format long g
format rat
format short
format short e
format short g

format compact
format loose
format("v",6)
format(6)
// No equivalent
// No equivalent
format(16)
format("e", 16)
format("e", 16)
// No equivalent
format(6)
format("e", 6)
format("e", 6)

mode(1)
mode(2)
Report an issue
<< for (Matlab function) F fprintf (Matlab function) >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon Jan 03 14:35:42 CET 2022