cla

Clears the current axes or axes specified by handle.

Syntax

h = cla()

h = cla(hAxes)

Inputs

hAxes
Axis handle.
Type: double
Dimension: scalar

Outputs

h
Handle of the axes which get cleared.

Example

Simple cla example.

cla