How to get real values

조회 수: 1 (최근 30일)
Tran Hoa
Tran Hoa 2018년 8월 20일
댓글: Tran Hoa 2018년 8월 20일
Dear members ! When I run programs, the result appears 1.0e+11 *
0.0000 1.8372
0.0000 1.8322
Two values of first column are not zero but they do not present. How I can get real values instead of 1.0e11
Thank you

채택된 답변

Walter Roberson
Walter Roberson 2018년 8월 20일
Give the command
format long g
And then display the data again
  댓글 수: 1
Tran Hoa
Tran Hoa 2018년 8월 20일
Thant you. It works

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

추가 답변 (1개)

Tran Hoa
Tran Hoa 2018년 8월 20일
You mean format long g, with g = 0.0000 1.8372 0.0000 1.8322

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by