How can I add plot Err versus i
이전 댓글 표시

댓글 수: 1
Ali Hagverdiyev
2020년 3월 28일
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.
답변 (1개)
Ali Hagverdiyev
2020년 3월 28일
0 개 추천
you could also include this in the while loop, let me know if it works!
figure(1)
scatter(i,Err,'o','blue');
hold on
카테고리
도움말 센터 및 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!