cla
Clears the current axes or axes specified by handle.
Syntax
h = cla()
h = cla(hAxes)
Inputs
- hAxes
- Axis handle.
Outputs
- h
- Handle of the axes which get cleared.
Example
Simple cla example.
cla
Clears the current axes or axes specified by handle.
h = cla()
h = cla(hAxes)
Simple cla example.
cla