hello , my output is display In terms of [e] as following . how to transform the out put to numerical values without e , and how sort the interval in output by descending
1 回表示 (過去 30 日間)
古いコメントを表示
out =
1.0e+04 *
1.4000 1.5000
1.7000 1.8000
1.9000 2.0000
1.5000 1.5250
1.5250 1.5500
1.5500 1.5750
1.5750 1.6000
1.6000 1.6333
1.6333 1.6667
1.6667 1.7000
1.8000 1.8500
1.8500 1.9000
0 件のコメント
採用された回答
Walter Roberson
2016 年 8 月 28 日
Give the command
format long g
to change the output format.
If you want to sort then use sort()
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Shifting and Sorting Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!