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

  1. %DRAWNOW Complete any pending drawing.
  2. %    DRAWNOW "flushes the event queue" and forces MATLAB to
  3. %    update the screen. 
  4. %
  5. %    There are four events that cause MATLAB to flush the event
  6. %    queue and draw the screen:
  7. %
  8. %    - a return to the MATLAB prompt
  9. %    - hitting a PAUSE statement
  10. %    - executing a GETFRAME command
  11. %    - executing a DRAWNOW command
  12. %
  13. %    DRAWNOW('DISCARD') causes the information to be updated as if
  14. %    the queued events were flushed, but doesn't actually flush
  15. %    them.  This is needed for printing hardcopy when the figure
  16. %    property InvertHardcopy is on.
  17.  
  18. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  19. %    Built-in function.
  20.