clf

Clears the current figure or figure specified by handle.

Syntax

h = clf()

h = clf(h)

Inputs

h
Handle of a figure.
Type: integer
Dimension: scalar

Outputs

h
Handle of the figure which get cleared.

Example

Simple clf example.

clf