Plotting Convergence Graph from Bisection Method

답변 (1개)

darova
darova 2021년 4월 5일
편집: darova 2021년 4월 5일

0 개 추천

Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end

댓글 수: 1

It's a sample code, you should modify you code according to this

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

질문:

2021년 4월 3일

편집:

2021년 4월 6일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by