solve f(x)=0 using bisection method
이전 댓글 표시
function root = bisection( f, interval, es)
댓글 수: 1
There are thousands of bisection codes in the internet written in MATLAB. Just search and use one of them if you are not willing or capable to write it on your own.
One code out of the thousand:
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!