Is there a way to change format of Mat lab workspace?
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Tony
el 6 de Mzo. de 2016
Comentada: John D'Errico
el 6 de Mzo. de 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 comentarios
Respuesta aceptada
Walter Roberson
el 6 de Mzo. de 2016
In Preferences select Variables and there change the default format for variables.
2 comentarios
John D'Errico
el 6 de Mzo. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!