Last updated 2 years ago
Was this helpful?
Update figures and process callbacks
drawnow()
drawnow flushes the event queue and updates the figure window.
x = -pi:pi/20:pi; plot(x, cos(x)) drawnow title('Title Here ...') grid on
.
1.0.0
initial version
Allan CORNET