필터 지우기
필터 지우기

Displaying Numbers after decimal.

조회 수: 1 (최근 30일)
ck
ck 2016년 5월 28일
답변: Star Strider 2016년 5월 28일
When i try to display numbers such as 0.00000000000000005 or with e^-39 or so , it shows as 0 in the result. What function should i used to show them as they are ?

답변 (1개)

Star Strider
Star Strider 2016년 5월 28일
To display them in the Command Window to their full precision, type:
format long e
in the Command Window.
See the documentation for the format function for details.

카테고리

Help CenterFile Exchange에서 Argument Definitions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by