How can I animate my plot?
显示 更早的评论
x=randn(2,10000); a=x(1,:); b=x(2,:); figure;plot(a,b,'.')
1 个评论
Chad Greene
2017-6-8
comet(a,b)
produces an animation. If you want a more specific solution, you'll have to ask a more specific question.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Animation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!