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

  1. %FIGURE Create Figures (graph windows).
  2. %     FIGURE, by itself, opens a new Figure (graph window), and returns
  3. %    an integer handle.
  4. %     FIGURE(H) makes the H'th Figure the current Figure for 
  5. %     subsequent plotting commands.  If Figure H does not exist, a new 
  6. %    one is created using the first available Figure handle.
  7. %
  8. %       GCF returns the handle to the current figure.
  9. %
  10. %       Execute GET(H) to see a list of figure object properties and
  11. %       their current values. Execute SET(H) to see a list of figure
  12. %       object properties and legal property values.
  13. %
  14. %    See also SUBPLOT, AXES, GCF, CLF.
  15.  
  16. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  17. %    Built-in function.
  18.