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

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.

 Accepted Answer

I think typing this command on the command line may get you what you want
format shortG

1 Comment

type, doc format, on the command line to get more documentation for the format command.

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink in Help Center and File Exchange

Products

Release

R2019b

Asked:

on 2 Dec 2021

Commented:

Jon
on 2 Dec 2021

Community Treasure Hunt

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

Start Hunting!