| Contents | Index |

To collectively enable Plotting Tools, use
the large Plotting Tool icon
on the figure toolbar. To collectively
disable the Plotting Tools, use the smaller icon
. Open or close the Property
Editor tool from the figure's View menu.
For details, see The Property Editor in the MATLAB Graphics documentation.
propertyeditor('on')
propertyeditor('off')
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 toggles the visibility of the Property Editor on the current figure. You can also use propertyeditor('toggle')instead for the same functionality.
propertyeditor(figure_handle,...) displays or hides the Property Editor on the figure specified by figure_handle.
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.
figurepalette | inspect | plotbrowser | plottools

Explore how to use MATLAB to make advancements in engineering and science.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |