Show or hide Property Editor
propertyeditor('on')
propertyeditor('off')
propertyeditor('toggle')
propertyeditor
propertyeditor(figure_handle,...)
propertyeditor('on')
displays
the Property Editor tool on the current figure.
propertyeditor('off')
hides the Property Editor on the current figure.
propertyeditor('toggle')
toggles the visibility of the Property
Editor on the current figure.
propertyeditor
is the same as
propertyeditor('on')
.
propertyeditor(figure_handle,...)
displays or hides the Property Editor on the figure specified by figure_handle
.
Create a simple plot and open the property editor.
plot(1:10) propertyeditor
If you call propertyeditor
in a MATLAB® program
and subsequent lines depend on the Property Editor being fully initialized,
follow it by drawnow
to ensure complete initialization.
Open or close the Property Editor tool from the figure's View menu.
figurepalette
| plotbrowser
| plottools
| Property Inspector