MATLAB Function Reference
  Go to function:
    Search    Help Desk 
cla    See Also

Clear current Axes

Syntax

Description

cla deletes from the current Axes all graphics objects whose handles are not hidden (i.e., their HandleVisibility property is set to on).

cla reset deletes from the current Axes all graphics objects regardless of the setting of their HandleVisibility property and resets all Axes properties, except Position and Units, to their default values.

Remarks

The cla command behaves the same way when issued on the command line as it does in callback routines - it does not recognize the HandleVisibility setting of callback. This means that when issued from within a callback routine, cla deletes only those objects whose HandleVisibility property is set to on.

See Also

clf, hold, newplot, reset



[ Previous | Help Desk | Next ]