propertyeditor

Показать или скрыть Property Editor

Синтаксис

propertyeditor('on')
propertyeditor('off')
propertyeditor('toggle')
propertyeditor
propertyeditor(figure_handle,...)

Описание

propertyeditor('on') отображает инструмент «Property Editor» на текущей фигуре.

propertyeditor('off') скрывает Property Editor на текущей фигуре.

propertyeditor('toggle') переключение видимости Property Editor на текущей фигуре.

propertyeditor то же, что и propertyeditor('on').

propertyeditor(figure_handle,...) Отображения или скрывают Property Editor на рисунке, заданной figure_handle.

Примеры

Откройте Property Editor

Создайте простой график и откройте редактор свойств.

plot(1:10)
propertyeditor

The Property Editor below a figure window. The Property Editor has options to set the figure name, colormap, and figure color. A check box is labeled "Show Figure Number". Two buttons are labeled "More Properties" and "Export Setup".

Совет

Если вы звоните propertyeditor в MATLAB® программа и последующие линии зависят от того, Property Editor будет полностью инициализирован, следуйте ему drawnow для обеспечения полной инициализации.

Альтернативы

Откройте или закройте инструмент Property Editor из View меню рисунка.

Представлено до R2006a
Для просмотра документации необходимо авторизоваться на сайте