How to format data in table?
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Walter Roberson
2011-11-6
There is no provision to do that in uitable(). When you indicate the format for the column in uitable(), then the only supported alternate format available for numeric entries is 'bank'.
The alternative is to store your entries as character strings.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!