How to create a movie from different .fig files ?
3 views (last 30 days)
Show older comments
Prince Alex
on 15 Aug 2020
Answered: Image Analyst
on 15 Aug 2020
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 Comments
Accepted Answer
More Answers (1)
Sulaymon Eshkabilov
on 15 Aug 2020
Hi,
One of the easy matlab fcns to build movies from plot figures is getframe() along with drawnow. See the help doc:
See Also
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!