how to stop scientific notation in matrix
98 ビュー (過去 30 日間)
古いコメントを表示
when displaying a matrix i just want it to display it wit whole numbers and decimals but is comes out like this.
Money =
1.0e+05 *
Columns 1 through 7
1.0000 1.0500 1.1025 1.1576 1.2155 1.2763 1.3401
Columns 8 through 11
1.4071 1.4775 1.5513 1.6289
How do i change the format
0 件のコメント
採用された回答
Star Strider
2014 年 11 月 2 日
2 件のコメント
Nathan Porter
2018 年 10 月 18 日
The option that the OP is looking is something like:
format shortG
Star Strider
2018 年 10 月 18 日
... or, since the array is named ‘Money’, perhaps
format bank
その他の回答 (2 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!