How can I import .dat file without rounding the values where in the .dat file ?

조회 수: 1 (최근 30일)
dinesh
dinesh 2015년 4월 8일
답변: Michael Haderlein 2015년 4월 8일
When I import the .dat file, always round the values where in the .dat file.

답변 (1개)

Michael Haderlein
Michael Haderlein 2015년 4월 8일
Matlab doesn't round-off automatically. You might mean the values shown in the command window. But that's only the displayed value. The actual value in the memory has more digits. You can for instance change the display mode with
format long
to see more digits. In any case, the calculations are performed on all digits available.
If the error indeed lies in the file import, you need to provide much more information than "it's a dat file". That says nothing except that there's data.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by