フィルターのクリア

how to covert this number 1.8287e+03??

2 ビュー (過去 30 日間)
rihan jericho
rihan jericho 2018 年 1 月 30 日
編集済み: rihan jericho 2018 年 1 月 31 日
for example , 1.8287e+03 into something like 18287000?
  1 件のコメント
Rik
Rik 2018 年 1 月 30 日
What is your original format? Numerical or string? And do you mean the output should be a string?

サインインしてコメントする。

採用された回答

Guillaume
Guillaume 2018 年 1 月 30 日
I suspect you need to learn about the format function. Note that this function only changes the way the numbers are displayed. The numbers will still be stored exactly the "normal" same way in memory.
My preference is
format longg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by