Numberof digits after decimal??

When I open using float32 , I get around 4 values after the decimal . But I want around 10 or 15 digits after decimal?? how is it done? in following code below! g= fread(fid,'*float32', skip)

Antworten (1)

the cyclist
the cyclist am 3 Mai 2016

0 Stimmen

The way a number is stored in memory is different from how it is displayed in the command window.
You can use the format command to change how the number is displayed.

Gefragt:

ck
am 3 Mai 2016

Beantwortet:

am 3 Mai 2016

Community Treasure Hunt

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

Start Hunting!

Translated by