how to stop scientific notation in matrix

123 visualizzazioni (ultimi 30 giorni)
when displaying a matrix i just want it to display it wit whole numbers and decimals but is comes out like this.
Money =
1.0e+05 *
Columns 1 through 7
1.0000 1.0500 1.1025 1.1576 1.2155 1.2763 1.3401
Columns 8 through 11
1.4071 1.4775 1.5513 1.6289
How do i change the format

Risposta accettata

Star Strider
Star Strider il 2 Nov 2014
See the options in the format function.
  2 Commenti
Nathan Porter
Nathan Porter il 18 Ott 2018
The option that the OP is looking is something like:
format shortG
Star Strider
Star Strider il 18 Ott 2018
... or, since the array is named ‘Money’, perhaps
format bank

Accedi per commentare.

Più risposte (2)

Nathan Porter
Nathan Porter il 18 Ott 2018
format shortG

Stavros Skouras
Stavros Skouras il 20 Giu 2018
format bank %(in R2018a)

Categorie

Scopri di più su Elementary Math in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by