Plotting Convergence Graph from Bisection Method
이전 댓글 표시
답변 (1개)
Try this
while %condition
% code
line(iter,erorr,'marker','.')
iter = iter + 1;
end
댓글 수: 1
darova
2021년 4월 6일
It's a sample code, you should modify you code according to this
카테고리
도움말 센터 및 File 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!