SaveMovie:

Path: Common/General

% Save a MATLAB movie.

 .avi will be appended to the file name.
 
 Changing the figure window size while recording will cause this function
 to fail.

 Type SaveMovie for a demo creating and saving a movie of a SCARA robot.

--------------------------------------------------------------------------
   Form:
   SaveMovie( m, fileName )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   m           (1,1)  Movie file
   fileName    (1,:)  File name 

   -------
   Outputs
   -------
   None

--------------------------------------------------------------------------

Children:

Dynamics: Robotics/DrawSCARA

Back to the Common Module page