フィルターのクリア

I have a matix like this. I don't want the exponential form. I just want the normal form. For eg 1875.5, 1747.5 etc not 1.7475e+03. Please give me some hint.

1 回表示 (過去 30 日間)
Abhinav
Abhinav 2014 年 11 月 16 日
回答済み: Jan 2014 年 11 月 16 日
1.0e+03 *
1.084500000000000 1.687400000000000 1.660100000000000
0.232000000000000 1.346400000000000 1.148600000000000
-0.486000000000000 1.059200000000000 0.717800000000000

回答 (1 件)

Jan
Jan 2014 年 11 月 16 日
Look at the format command:
doc format
Then e.g. this displays the numbers as wanted:
format long g

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by