
5 Workspace, Search Path, and File Operations
Note The maximum array size that you can open in the Array Editor is not
limited by MATLAB, but is based on your operating system or the amount of
physical memory installed on your system .
Function Alternatives
To open a variable in the Array E ditor, use openvar with the nam e of the
variable you want to open as the argument. For example, type
openvar('M')
MATLAB opens M in the Array Editor.
To see the contents of a variable in the workspace, just type the variable name
at the Command Window prompt. For example, type
M
and MATLAB returns
M=
'one'
'two'
'three'
Viewing and Editing Cell Arrays, Structures, and
Multidimensional Arrays
Cell Arrays and Structures in the Array Editor
Yo u can view and edit the content of cell arrays and structures in the Array
Editor.
In the Array E ditor, double-click an element of a structure to open it as its
own Array Editor d ocume n t. You can then view and edit the contents of that
element.
5-14
Komentáře k této Příručce