How can I animate my plot?
Mostrar comentarios más antiguos
x=randn(2,10000); a=x(1,:); b=x(2,:); figure;plot(a,b,'.')
1 comentario
Chad Greene
el 8 de Jun. de 2017
comet(a,b)
produces an animation. If you want a more specific solution, you'll have to ask a more specific question.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Animation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!