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:

Common: CommonData/SwooshWatermark
Common: ComponentModels/Box
Common: ComponentModels/Frustrum
Common: ComponentModels/UChannel
Common: General/DeBlankLT
Common: General/Watermark
Common: Graphics/DrawVertices
Common: Graphics/NewFig
Common: Graphics/PltStyle
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Common: Graphics/ZLabelS
Dynamics: Robotics/DrawSCARA
Math: Linear/Mag

Back to the Common Module page