How to make a movie loop / controll speed?

2 ビュー (過去 30 日間)
sono
sono 2012 年 10 月 7 日
コメント済み: Jeff Severino 2019 年 5 月 1 日
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 Center および File ExchangeJust for fun についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by