Tolerance, correct digits
Ältere Kommentare anzeigen
i have a code where i have aa while loop and the condition is that the diffrence between two variables is bigger than the tolerence.
If the tolerane is 5E5 what does it actually means ? this has to do with correct digits. It is a numerical method question.
Antworten (2)
M
am 12 Mai 2020
0 Stimmen
If the tolerane is 5E5 what does it actually means ?
It depends...
Can you provide the code ?
And a little context so that we can help you ?
Akihumi
am 12 Mai 2020
0 Stimmen
You can try to type that in Command Window and you might have your answer right there :)
4 Kommentare
mohamed hassan
am 12 Mai 2020
Akihumi
am 12 Mai 2020
Well, I think xEy means 
mohamed hassan
am 12 Mai 2020
Akihumi
am 12 Mai 2020
I see... but what is the purpose of the while loop and how do you decide the equations in that? For example, why a = a*6/(k+1); ?
Kategorien
Mehr zu Loops and Conditional Statements 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!