Tolerance, correct digits
이전 댓글 표시
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.
답변 (2개)
M
2020년 5월 12일
0 개 추천
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
2020년 5월 12일
0 개 추천
You can try to type that in Command Window and you might have your answer right there :)
댓글 수: 4
mohamed hassan
2020년 5월 12일
Akihumi
2020년 5월 12일
Well, I think xEy means 
mohamed hassan
2020년 5월 12일
Akihumi
2020년 5월 12일
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); ?
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!