Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.2 - English

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

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

Scilab Help >> Matlab to Scilab Conversion Tips > 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:
Thu Feb 14 14:57:45 CET 2019