How can I add plot Err versus i
조회 수: 1 (최근 30일)
이전 댓글 표시

댓글 수: 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일
you could also include this in the while loop, let me know if it works!
figure(1)
scatter(i,Err,'o','blue');
hold on
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!