Numberof digits after decimal??
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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)
0 Kommentare
Antworten (1)
the cyclist
am 3 Mai 2016
The way a number is stored in memory is different from how it is displayed in the command window.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Numeric Types finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!