How can I add plot Err versus i

조회 수: 1 (최근 30일)
BEYZA NUR ULUOGLU
BEYZA NUR ULUOGLU 2020년 3월 28일
답변: Ali Hagverdiyev 2020년 3월 28일
  댓글 수: 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일
you could also include this in the while loop, let me know if it works!
figure(1)
scatter(i,Err,'o','blue');
hold on

카테고리

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