How to make a movie loop / controll speed?

1 次查看(过去 30 天)
I made a movie using a looping function to generate plots.
Then grabbed and stored frames:
f = getframe;
F = [F f];
clf
Then played it back:
movie(F)
Is there a command I can use to make it loop after it is over?
Is there a command I can use to alter playback speed?
Thank you.

采纳的回答

Sachin Ganjare
Sachin Ganjare 2012-10-12
movie(F,n,fps)
n -> number of times movie is played fps -> frames per second to control speed of movie
Hope it helps!!!
  1 个评论
Jeff Severino
Jeff Severino 2019-5-1
Thank you so much! 1/fps = s is much easier than using (and waiting for) pause.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Just for fun 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by