How can I convert 5.000000e-01 to 0.5 in Matlab? Please help. Thank you so much.

5 ビュー (過去 30 日間)
sam
sam 2022 年 9 月 26 日
編集済み: Stephen23 2022 年 9 月 26 日
I need to convert 5.000000e-01 to 0.5 in Matlab
  3 件のコメント
sam
sam 2022 年 9 月 26 日
Hi I mean matlab normally recall it by 5.000000e-01 unless we mention %0.1f. Thank you.
Stephen23
Stephen23 2022 年 9 月 26 日
編集済み: Stephen23 2022 年 9 月 26 日
"I mean matlab normally recall it by 5.000000e-01 unless we mention %0.1f"
What exactly do you mean by "recall" ? I did a search of the MATLAB documentation for "recall", but nothing relevant seemed to be returned. I have no idea what you are doing or how you are doing it, because "recall" is not a standard MATLAB term.

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

回答 (1 件)

Voss
Voss 2022 年 9 月 26 日
format longE
0.5
ans =
5.000000000000000e-01
format longG
0.5
ans =
0.5
Documentation: format

カテゴリ

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