home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / GRAPHICS.DI$ / HARDCOPY.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  452 b   |  13 lines

  1. %HARDCOPY Save figure window to file.
  2. %       HARDCOPY(H,'filename','format') saves the figure window
  3. %       with handle H to the designated filename in the 
  4. %       specified format.
  5. %
  6. %       Legal formats are -dps,-deps,-dps2,-deps2. See
  7. %       PRINT for more information.
  8. %
  9. %       Do NOT use this function directly. Use PRINT instead.
  10. %       This function is temporary and will be replaced with
  11. %       a different mechanism in future releases of MATLAB.
  12.  
  13.