Ältere Kommentare anzeigen
コマンドウインドウで数値を表示する際に
84等の数値がいちいち「1.0e+03* 0.084」の指数表示にされて読みにくい
おそらく他の行列の数字が5,6桁になるのに合わせ指数表記にされていると思うが
指数表示など不要なので、デフォルトで全てを数値表示にしたい。
1 Kommentar
Atsushi Ueno
am 17 Sep. 2021
具体的な例
>> A = [62.13936842 0.177995034 775.6667218 602.7802686;
111.6034483 0.239980454 8507.594028 392.3158079;
55.35337105 0.033127596 1407.271504 1239.255459]
A =
1.0e+03 *
0.0621 0.0002 0.7757 0.6028
0.1116 0.0002 8.5076 0.3923
0.0554 0.0000 1.4073 1.2393
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu パフォーマンスとメモリ finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!