[3D] shows the image sequence I as a movie. To play a matlab movie file, as an alternative to movie, use: playmovie(movie2images(M)); INPUTS I - MxNxT or MxNx1xT or MxNx3xT array (of images) fps - [optional] maximum number of frames to display per second use fps==0 to introduce no pause and have the movie play as fast as possible loop - [optional] number of time to loop video (may be inf) EXAMPLE load( 'images.mat' ); playmovie( videos(:,:,:,1) ); DATESTAMP 29-Sep-2005 2:00pm See also MONTAGE2, PLAYMOVIES, MAKEMOVIE, MOVIE2IMAGES, MOVIE