Vectorisation: Colon operator with floating point increment error
Ältere Kommentare anzeigen
Hi,
For y=400:1.6:1200; Expected output is =400, 401.6,...1198.4,1200.
But Matlab gives output in the form: 1.0e+03 *Columns 1 through 11 0.4000 0.4016 0.4032 ...1.200.
Can you advise how to get the expected output. If it has already been addressed, kindly share the link to look through.
Thanks!
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 7 Apr. 2019
Give the command
format long g
and then display the data again.
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!