How to create a movie from different .fig files ?
2 次查看(过去 30 天)
显示 更早的评论
Hi,
I have 100 .fig/jpg file starting from cd001.fig,cd002,......cd100. All these figures are generated at different time say at 1 sec,2 sec,....100sec. How to create a movie to see the time evolution ?
2 个评论
采纳的回答
更多回答(1 个)
Sulaymon Eshkabilov
2020-8-15
Hi,
One of the easy matlab fcns to build movies from plot figures is getframe() along with drawnow. See the help doc:
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!