Drawing out a graph, animating a 2-d graph in MATLAB

2 visualizaciones (últimos 30 días)
William Fantin
William Fantin el 17 de Mayo de 2019
Respondida: Steven Lord el 17 de Mayo de 2019
Hello All,
I am trying to have my 2 dimensional graph darwn out. Lets say we have :
x=0:2*pi;
y=sin(x)
plot(y)
I want to see this drawn out as If i was drawing it on paper with a pencil. Is this possible?
Thanks!

Respuestas (1)

Steven Lord
Steven Lord el 17 de Mayo de 2019
Use the functions and techniques described on this documentation page. The easiest would probably be comet or animatedline.

Categorías

Más información sobre Animation 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