[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
drawnow
(/tools/hpmatlab/toolbox/matlab/graphics/drawnow.m)
Help text
DRAWNOW Complete any pending drawing.
DRAWNOW "flushes the event queue" and forces MATLAB to
update the screen.
There are four events that cause MATLAB to flush the event
queue and draw the screen:
- a return to the MATLAB prompt
- hitting a PAUSE statement
- executing a GETFRAME command
- executing a DRAWNOW command
DRAWNOW('DISCARD') causes the information to be updated as if
the queued events were flushed, but doesn't actually flush
them. This is needed for printing hardcopy when the figure
property InvertHardcopy is on.
Cross-Reference Information
This is called by
- comet /tools/hpmatlab/toolbox/matlab/plotxy/comet.m
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- menu /tools/hpmatlab/toolbox/matlab/lang/menu.m
- moddemo /tools/hpmatlab/toolbox/signal/moddemo.m
- print /tools/hpmatlab/toolbox/matlab/graphics/print.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON