refresh
Redraw current figure.
📝Syntax
refresh()
refresh(F)
📥Input Arguments
Parameter Description
F figure graphics object.
📄Description

refresh erases and redraws the current figure.

refresh(F) redraws the figure identified by F.

🔗See Also
clf
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub