How i can change significant digit in App Designer UITable ?
9 ビュー (過去 30 日間)
古いコメントを表示
I have problem in changing significant digit on App designer.
Below here, there's my actual data.
1 0 0
2 2.50129E-005 -2.96795E-005
3 5.00021E-005 -3.8927
4 7.50025E-005 -34.6731
But, I got undesirable digits when i put this data into UITable in App desinger,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/326060/image.png)
I tryied using "format shortEng" but, it works only in command window.
0 件のコメント
採用された回答
dpb
2020 年 7 月 3 日
Use the 'ColumnFormat' property to set the desired format by column. See the doc for "Table Properties" from the link in the uitable doc page.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!