clf
Clears the current figure or figure specified by handle.
Syntax
h = clf()
h = clf(h)
Inputs
- h
 - Handle of a figure.
 
Outputs
- h
 - Handle of the figure which get cleared.
 
Example
Simple clf example.
clf
    Clears the current figure or figure specified by handle.
h = clf()
h = clf(h)
Simple clf example.
clf