plamovie

Plays a matlab movie, with the option of using a slider
3,3K descargas
Actualizado 25 jul 2006

Sin licencia

Nota del editor: This file was a File Exchange Pick of the Week

Plays a matlab movie

USAGE:
playmovie(m,fps,n,option)

EXAMPLES:
playmovie('C:\MATLAB6p5\work\animation.mat')
playmovie(mov,2,1,'slider')
playmovie(mov,1,'fullscreen','slider')

DESCRIPTION:
Plays the movie frames movieframes
n times at frmprsc frames per second
The default values for n and frmprsc are 1 and 2 frames per second movieframes can also be a filename of a .mat file containing the movie frames
The name of the variable does not matter as long as there is only one variable

NOTES:
If option is equal to 'slider' a slider is placed at the bottom of the figure which allows for sections to be played.
If option is equal to 'fullscreen' the movie frames are displayed in a full screen type mode, otherwise frames are displayed in true size.
When using the fullscreen model and the movie ends, press any key to close the figure.
More than one option can be used at the same time.

Citar como

Alex Sanchez (2024). plamovie (https://www.mathworks.com/matlabcentral/fileexchange/11688-plamovie), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Movie en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

fixed requirement