makemovie

PURPOSE ^

[3D] Used to convert a stack of T images into a movie.

SYNOPSIS ^

function M = makemovie( IS )

DESCRIPTION ^

 [3D] Used to convert a stack of T images into a movie.  

 To display same data statically use montage.

 INPUTS
   IS              - MxNxT or MxNx1xT or MxNx3xT array of movies.

 OUTPUTS
   M               - resulting movie

 EXAMPLE
   load( 'images.mat' );
   M = makemovie( videos(:,:,:,1) );
   movie( M );

 DATESTAMP
   29-Sep-2005  2:00pm

 See also MONTAGE2, MAKEMOVIES, PLAYMOVIE, CELL2ARRAY, FEVAL_ARRAYS, IMMOVIE, MOVIE2AVI

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-May-2006 23:48:50 by m2html © 2003