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

  1. %RESET    Reset axis or figure.
  2. %    RESET(H) resets all properties, except position, of the object 
  3. %    with handle H to their default values.  For example,
  4. %
  5. %    RESET(GCA) resets the properties of the current axis.
  6. %    RESET(GCF) resets the properties of the current figure. 
  7. %
  8. %    See also CLF, CLA, HOLD.
  9.  
  10. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  11. %    Built-in function.
  12.