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

matlab\codetools- Команды для создания и отладки кода

Managing, watching, and editing variables

<openvar> - Open workspace variable in tool for graphical editing

OPENVAR Open workspace variable in tool for graphical editing

OPENVAR(NAME) edits the array in the base workspace whose name is given

in NAME. NAME must contain a string.

Overloaded methods:

timer/openvar

serial/openvar

instrument/openvar

phytree/openvar

daqdevice/openvar

daqchild/openvar

imaqdevice/openvar

imaqchild/openvar

icgroup/openvar

mpc/openvar

Reference page in Help browser

doc openvar

<workspace> - Open Workspace browser to manage workspace

WORKSPACE Open Workspace browser to manage workspace

WORKSPACE Opens the Workspace browser with a view of the variables

in the current Workspace. Displayed variables may be viewed,

manipulated, saved, and cleared.

See also whos, openvar, save.

Reference page in Help browser

doc workspace

Managing the file system and search path

<filebrowser> - Open Current Folder browser, or select it if already open

FILEBROWSER Open Current Folder browser, or select it if already open

FILEBROWSER Opens the Current Folder browser or brings the Current

Folder browser to the front if it is already open.

Reference page in Help browser

doc filebrowser

<pathtool> - Open Set Path dialog box to view and change search path

PATHTOOL Open Set Path dialog box to view and change search path

PATHTOOL opens the MATLAB Set Path tool, which allows you to view,

manipulate, and save the MATLAB search path.

See also path, addpath, rmpath, savepath.

Reference page in Help browser

doc pathtool

Command Window and history

<commandhistory> - Open Command History window, or select it if already open

COMMANDHISTORY Open Command History window, or select it if already open

COMMANDHISTORY Opens the Command History window or brings the Command

History window to the front if it is already open.

Reference page in Help browser

doc commandhistory

<commandwindow> - Open Command Window, or select it if already open

COMMANDWINDOW Open Command Window, or select it if already open

COMMANDWINDOW Opens the Command Window or brings the Command Window

to the front if it is already open.

See also desktop.

Reference page in Help browser

doc commandwindow

GUI utilities

<datatipinfo> - Produce short description of input variable

DATATIPINFO Produce short description of input variable

DATATIPINFO(X) produces a short description of a variable, as for

use in debugger DataTips.

Reference page in Help browser

doc datatipinfo

Importing data

<uiimport> - Open Import Wizard to import data

UIIMPORT Open Import Wizard to import data

UIIMPORT Starts the Import Wizard in the current directory. Options to

load data from a file or the clipboard are presented.

UIIMPORT(FILENAME) Starts the Import Wizard, opening the file specified

in FILENAME. The Import Wizard displays a preview of the data in the

file.

UIIMPORT('-file') works as above but the file selection dialog is

presented first.

UIIMPORT('-pastespecial') works as above but the clipboard contents are

presented first.

S = UIIMPORT(...) works as above with resulting variables stored as

fields in the struct S.

For ASCII data, you must verify that the Import Wizard recognized the

column delimiter.

See also load, fileformats, clipboard, importdata.

Reference page in Help browser

doc uiimport

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