Make a smooth animation
Afficher commentaires plus anciens
Hallo everybody.
I need some help with the following: I have to create an animation, of several plots.
BUT, I CANNOT use the standard procedure of having a for loop, and inside the for plot, because the result is something which is not smooth. Probably due to the computation complexity, sometimes it lags...
Therefore, I was thinking about making a video out of the desired animation, and then play the video. The problem is though, that I DO NOT want to play the animation first, and then play the video. I only want to play the video, which has to be a result of several plots.
So in essence:
for i=1:frames
plot(...) %-> I would like this plot not to be visualized.
M(i)=getframe(gca);
end
In the plot command, I would like not to plot and update the axes component. I just want somehow to export the image (frame) that would be the result of this command, and then save it as a frame for my video. (Without actually plotting).
Any help would be greatly appreciated... :)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Animation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!