Main Content
reset
Reset graphics object properties
Syntax
Description
reset(
resets all of the properties of the
specified graphics object to their default values. Properties that do not have default
values are not reset.h
)
MATLAB® does not reset the Position
or Units
properties for any
graphics object. In addition, if h
is a Figure
object,
then MATLAB does not reset any of the figure
properties unaffected by reset.
Examples
Input Arguments
Limitations
The
reset
function is not supported in app building workflows.