Is there a way to change format of Mat lab workspace?
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tony
am 6 Mär. 2016
Kommentiert: John D'Errico
am 6 Mär. 2016
Hi, so I used the function 'format bank' in the command window before running my code. After running my code, it sends my data into a matrix to the workspace where I can then see it like an excel sheet. Problem is, the workspace data is in scientific notation still. Is there a way to get my workspace data to also be in 'bank format' or 'non-scientific notation?'
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 6 Mär. 2016
In Preferences select Variables and there change the default format for variables.
2 Kommentare
John D'Errico
am 6 Mär. 2016
Walter could have pointed out that this is only a display issue. The data is always stored in the same "format", which is defined by an IEEE spec. The difference is just in how the numbers are displayed on the command line.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Spreadsheets finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!