Creates a stack of images from a matlab movie M. Repeatedly calls frame2im. Useful for playback with playmovie. INPUTS M - a matlab movie OUTPUTS I - MxNxT array (of images) EXAMPLE load( 'images.mat' ); M = makemovies( videos ); playmovie(movie2images(M)); DATESTAMP 29-Sep-2005 2:00pm See also PLAYMOVIE