How to create a movie from different .fig files ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Prince Alex
il 15 Ago 2020
Risposto: Image Analyst
il 15 Ago 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 Commenti
Risposta accettata
Più risposte (1)
Sulaymon Eshkabilov
il 15 Ago 2020
Hi,
One of the easy matlab fcns to build movies from plot figures is getframe() along with drawnow. See the help doc:
Vedere anche
Categorie
Scopri di più su Animation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!