long digit scaled fixed point?

조회 수: 2 (최근 30일)
Le Xuan Thang
Le Xuan Thang 2019년 6월 19일
댓글: Star Strider 2019년 6월 19일
i want to see very long digit scaled fixed point
Example: i have a number: 8.123 e-15. And after that. e-16 become to 0. And i want see more. Anyone can tell me how to fix this? . Many thank.

채택된 답변

Star Strider
Star Strider 2019년 6월 19일
I ma not certain what problem you are seeing.
The format function may be what you want.
For example:
format long e
n = 8.123e-15
n = n/100
produces:
n =
8.123000000000000e-15
n =
8.123000000000000e-17
  댓글 수: 7
Le Xuan Thang
Le Xuan Thang 2019년 6월 19일
i find out my problem. It is boundary condition of my function. many thank sir.
Star Strider
Star Strider 2019년 6월 19일
As always, my pleasure.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by