How can I add plot Err versus i

1 visualización (últimos 30 días)
BEYZA NUR ULUOGLU
BEYZA NUR ULUOGLU el 28 de Mzo. de 2020
Respondida: Ali Hagverdiyev el 28 de Mzo. de 2020
  1 comentario
Ali Hagverdiyev
Ali Hagverdiyev el 28 de Mzo. de 2020
Hi Beyza,
You can create two vectors one for "i" another for "error". Then plot them.

Iniciar sesión para comentar.

Respuestas (1)

Ali Hagverdiyev
Ali Hagverdiyev el 28 de Mzo. de 2020
you could also include this in the while loop, let me know if it works!
figure(1)
scatter(i,Err,'o','blue');
hold on

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by