Using a while loop on a Taylor Series?
조회 수: 1 (최근 30일)
이전 댓글 표시
My script wont output anything for the difference. The file attached shows the taylor series equation which I put into the variable 'Estimate'.
댓글 수: 0
답변 (1개)
TastyPastry
2015년 10월 8일
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.
참고 항목
카테고리
Help Center 및 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!