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 CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by