movie
Render recorded movie frames.
Syntax
movie(M)
movie(M, n)
movie(M, n, fps)
movie(h, ...)
Input argument
M - structure array: Array of movie frames.
n - numeric scalar: Number of times to play movie: default 1.
fps - numeric scalar: Frames per second : default 12.
h - Graphics object handle: default: gca()
Description
movie(M) plays the frames stored in the array M once. To capture a movie frame from the current figure or axes, use getframe.
movie(M, n) replays the movie n times. If n is a numeric array, the first element determines the number of repetitions, while the remaining elements define the sequence of frames to display.
movie(M, n, fps) sets the playback speed to fps frames per second.
movie(h, ...) displays the movie centered within the figure or axes specified by h, adjusting the movie size to fit the available space.
Examples
See also
History
1.13.0
initial version
Author
Allan CORNET
Last updated
Was this helpful?