propedit
(Not recommended) Open Property Editor
propedit
is not recommended. Use inspect
to
launch the Property Inspector instead. For more information, see Version History.
Syntax
Description
propedit
starts the Property Editor, a graphical user interface to
the properties of graphics objects. If no current figure exists, propedit
will create one.
When you dock, undock, resize, or reposition a plot tool, MATLAB® restores that configuration when you invoke the tool for subsequent figures, both within and across MATLAB sessions. There is no command to reset a plot tool to its original configuration.
propedit(
operates on the specified figure
instead of the current figure.fig
)
Examples
Input Arguments
Tips
If you call propedit
in a MATLAB program and subsequent lines depend on the Property Editor being fully
initialized, follow it by drawnow
to ensure complete
initialization.
Alternatives
Open or close the Property Editor tool from the View menu of a figure window.