How do I make Matlab not show large values in scientific notation?

6 ビュー (過去 30 日間)
Carlos Puente
Carlos Puente 2021 年 12 月 2 日
コメント済み: Jon 2021 年 12 月 2 日
When I put too large values as inputs, I get this 1.0e+03 * at the beggining of the results. I know it means each value should be multiplied by that, but I'd rather have any value I want in standard format.

採用された回答

Jon
Jon 2021 年 12 月 2 日
I think typing this command on the command line may get you what you want
format shortG
  1 件のコメント
Jon
Jon 2021 年 12 月 2 日
type, doc format, on the command line to get more documentation for the format command.

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

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by