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

  1. %GET    Get object properties.
  2. %    V = GET(H,'PropertyName') returns the value of the specified
  3. %    property for the graphics object with handle H.
  4. %
  5. %    GET(H) displays all property names and their current values for
  6. %    the graphics object with handle H.
  7. %
  8. %    See also SET, RESET, DELETE, GCF, GCA, FIGURE, AXES.
  9.  
  10. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  11. %    Built-in function.
  12.