How can I animate my plot?
Show older comments
x=randn(2,10000); a=x(1,:); b=x(2,:); figure;plot(a,b,'.')
1 Comment
Chad Greene
on 8 Jun 2017
comet(a,b)
produces an animation. If you want a more specific solution, you'll have to ask a more specific question.
Accepted Answer
More Answers (0)
Categories
Find more on Animation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!