How can I animate plotted data over time?
이전 댓글 표시
Hi all
I'm training my self on climate models, therefore, I plotted the contour maps, wind direction in 18 layers (6-hour interval) .
How can I display the trajectory of the typhoon I'm working with as animated clips?
댓글 수: 1
Xiaoqing Cai
2019년 8월 16일
Halloween,could you please share me with your Typhoon model thanks
채택된 답변
추가 답변 (1개)
Image Analyst
2019년 1월 23일
0 개 추천
See attached demo where I made a movie from a figure that was changing over time. I used surf() to create a surface and then take an image of that and embed it into the movie. That was in a loop where I changed the surface at every iteration. You could take a snapshot of your new line plot or whatever. When you play the movie, it shows the surface moving/undulating.
카테고리
도움말 센터 및 File Exchange에서 Earth and Planetary Science에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!