Greater than is giving inconsistent answer
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Amanda Beatty
il 9 Set 2021
Modificato: Amanda Beatty
il 9 Set 2021
I am running two (slightly different) matalb programs in two different windows and getting incosistent answers on a very simple "greater than" equation. It is baffling me. 0.0417 is SOMETIMES > 0.0417, but not other times.
What am I missing here?
Window #1

Window #2

0 Commenti
Risposta accettata
Image Analyst
il 9 Set 2021
They're probably off in the 15th decimal place or something. Try this
format long
If that doesn't work try
fprintf('%30f\n', ans2);
There should be a difference somewhere. See the FAQ:
1 Commento
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!