User`s guide
R2015a
1-18
Graphics
drawnow Function: Improve performance in animation loops with new
option
drawnow now supports the limitrate option for limiting the number of figure updates
to 20 frames per second. If you are updating graphics objects in a loop and do not need to
see every update on the screen, you can use this option to skip some updates for a faster
animation.
Functionality being removed or changed
Functionality Result Use Instead Compatibility Considerations
drawnow update syntax Still runs drawnow
limitrate
Replace all instances of
drawnow update with
drawnow limitrate.
drawnow expose syntax Still runs drawnow
nocallbacks
Replace all instances of
drawnow expose with
drawnow nocallbacks.