댓글 수: 1

Ali Hagverdiyev
Ali Hagverdiyev 2020년 3월 28일
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.

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

답변 (1개)

Ali Hagverdiyev
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에 대해 자세히 알아보기

질문:

2020년 3월 28일

답변:

2020년 3월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by