Name

cla — clears the current axes structure

Calling Sequence

cla(h,value)

Parameters

h

axes handle

value

optional command string

Description

cla clears (but doesn't delete) the current axes or the axes structure given by the handle h. cla(h,'reset') aditionnaly resets the graphics properties to the default values.

Examples

plot(1:10,sin(1:10);
cla

See Also

clf

Authors

Stéphane Mottelet