Format display number into table

12 vues (au cours des 30 derniers jours)
Greg LANGE
Greg LANGE le 4 Juil 2023
Commenté : Greg LANGE le 4 Juil 2023
I trieded to change the format of my display number by ussing "format".
All my information are Wh
I have the exemple which displays
2.137873250705810e+04
ans = 2.1379e+04
It should display
21379
ans = 21379
I don't want to use an fprint because I want to work directly in my table
  5 commentaires
Stephen23
Stephen23 le 4 Juil 2023
"I use a object class "table" to store multi info after running my script like a sort of " balance sheet""
Your screenshot shows a double class array.
Greg LANGE
Greg LANGE le 4 Juil 2023
Yes correct, my bad .

Connectez-vous pour commenter.

Réponse acceptée

Stephen23
Stephen23 le 4 Juil 2023
Modifié(e) : Stephen23 le 4 Juil 2023
You can change the variable viewer format in the options:
Preferences -> Variables -> Format -> Default Display Format.
You need to close and reopen the variable viewer for this to take effect.
  3 commentaires
Stephen23
Stephen23 le 4 Juil 2023
The FORMAT command only affects the command window. It has no effect on the variable viewer.
Greg LANGE
Greg LANGE le 4 Juil 2023
I have chosen format bank or short e

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by