refresh

Redraw current figure.

Syntax

  • refresh()
  • refresh(F)

Input argument

  • F - figure graphics object.

Description

refresh erases and redraws the current figure.

refresh(F) redraws the figure identified by F.

See also

clf.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET