Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
16
Добавлен:
09.02.2015
Размер:
33.79 Кб
Скачать

matlab\plottools – Инструменты графического интерфейса пользователя

Plottools functions

<figurepalette> - Show or hide the palette for a figure.

FIGUREPALETTE Show or hide the palette for a figure.

FIGUREPALETTE ON shows the palette for the current figure.

FIGUREPALETTE OFF hides the palette.

FIGUREPALETTE TOGGLE toggles the visibility of the palette.

FIGUREPALETTE with no arguments is the same as ON.

The first argument may be the handle to a figure, like so:

FIGUREPALETTE (h, 'on')

See also plotbrowser, propertyeditor, and plottools.

Reference page in Help browser

doc figurepalette

<plotbrowser> - Show or hide the plot browser for a figure.

PLOTBROWSER Show or hide the plot browser for a figure.

PLOTBROWSER ON shows the browser for the current figure.

PLOTBROWSER OFF hides the browser.

PLOTBROWSER TOGGLE toggles the visibility of the browser.

PLOTBROWSER with no arguments is the same as ON.

The first argument may be the handle to a figure, like so:

PLOTBROWSER (h, 'on')

See also figurepalette, propertyeditor, and plottools.

Reference page in Help browser

doc plotbrowser

<plottools> - Show or hide the plot-editing tools for a figure.

Graphical User Interface Tools.

Plottools functions.

figurepalette - Show or hide the palette for a figure.

Plotbrowser - Show or hide the plot browser for a figure.

plottools - Show or hide the plot-editing tools for a figure.

propertyeditor - Show or hide the property editor for a figure.

plottools is both a directory and a function.

PLOTTOOLS Show or hide the plot-editing tools for a figure.

PLOTTOOLS ON shows the tools for the current figure.

PLOTTOOLS OFF hides the tools.

PLOTTOOLS TOGGLE toggles the visibility of the tools.

PLOTTOOLS with no arguments is the same as ON.

Some plotting tools may not appear when you activate plottools. Only

those tools that were visible the last time you used them will be shown.

For example, if you were only using the Property Editor most recently,

only the Property Editor will be shown when you type "plottools on" or

activate the plot tools from the toolbar. You can then show the rest by

using the "View" or "Desktop" menu, or by using the commands listed

below.

The first argument may be the handle to a figure, like so:

PLOTTOOLS (h, 'on')

The last argument may be the name of a specific component, like so:

PLOTTOOLS ('on', 'figurepalette') or

PLOTTOOLS (h, 'on', 'figurepalette')

The available components are named 'figurepalette', 'plotbrowser',

and 'propertyeditor'.

See also figurepalette, plotbrowser, and propertyeditor.

Reference page in Help browser

doc plottools

<propertyeditor> - Show or hide the property editor for a figure

PROPERTYEDITOR Show or hide the property editor for a figure.

PROPERTYEDITOR ON shows the editor for the current figure.

PROPERTYEDITOR OFF hides the editor.

PROPERTYEDITOR TOGGLE toggles the visibility of the editor.

PROPERTYEDITOR with no arguments is the same as ON.

The first argument may be the handle to a figure, like so:

PROPERTYEDITOR (h, 'on')

See also plotbrowser, figurepalette, and plottools.

Reference page in Help browser

doc propertyeditor

Соседние файлы в папке Библиотеки Matlab