How to format data in table?
이전 댓글 표시
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
Jan
2011년 11월 5일
Do you mean a UITABLE? Which format do you want? Can you convert the data using SPRINTF or NUM2STR to strings?
Walter Roberson
2011년 11월 5일
The "format" command *only* affects disp() and display() .
Brian
2011년 11월 6일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Tables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!