Plotting Convergence Graph from Bisection Method

조회 수: 1 (최근 30일)
Marlon Maddara
Marlon Maddara 2021년 4월 3일
편집: Marlon Maddara 2021년 4월 6일
none

답변 (1개)

darova
darova 2021년 4월 5일
편집: darova 2021년 4월 5일
Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end
  댓글 수: 1
darova
darova 2021년 4월 6일
It's a sample code, you should modify you code according to this

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

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by