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!