How to format data in table?
Ältere Kommentare anzeigen
I have a function that opens a figure and prints data to a table. The numbers are formatted in scientific notation, how can I change that? I tried format ShortG but it doesn't affect the table. Thank you!
3 Kommentare
Jan
am 5 Nov. 2011
Do you mean a UITABLE? Which format do you want? Can you convert the data using SPRINTF or NUM2STR to strings?
Walter Roberson
am 5 Nov. 2011
The "format" command *only* affects disp() and display() .
Brian
am 6 Nov. 2011
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!