フィルターのクリア

How can i convert a scientific number to a decimal normal number?

3 ビュー (過去 30 日間)
vatankhah
vatankhah 2013 年 9 月 12 日
I got this result from matlab
TotalD3 =
1.0e+003 *
2.1112 2.2224 2.2438 2.2732 2.3358 2.3784 2.4183 2.4425 2.4658 2.4805
I want to convert this scientific result to decimal normal number like 2110 2222 ...

採用された回答

Walter Roberson
Walter Roberson 2013 年 9 月 12 日
Give the command
format f
and redisplay the information.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by