Using a while loop on a Taylor Series?
이전 댓글 표시
My script wont output anything for the difference. The file attached shows the taylor series equation which I put into the variable 'Estimate'.
답변 (1개)
TastyPastry
2015년 10월 8일
0 개 추천
You need to update your variable "count". Your function repeatedly calculates the value when count = 1, so naturally on the second time through the two estimates are equal.
카테고리
도움말 센터 및 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!