Desktop Tools and Development Environment |
Viewing and Editing Cell Arrays, Structures, and Multidimensional Arrays
Cell Arrays and Structures in the Array Editor
You can view and edit the content of cell arrays and structures in the Array Editor.
In the Array Editor, double-click an element of a structure to open it as its own Array Editor document. You can then view and edit the contents of that element.
Similarly, double-click a cell in a cell array to view and edit its contents. The following illustration shows an 8-by1 cell array, M
, and the contents of M{4,1}
.
Multidimensional Arrays in the Array Editor
You can view the contents of multidimensional arrays in the Array Editor. When you open a multidimensional array in the Array Editor, it does not have usual grid structure, because multidimensional arrays do not fit that format. You cannot double-click an element in a multidimensional array to edit it. The following illustration shows R = rand(1,2,3)
.
Viewing and Editing Workspace Variables with the Array Editor | Navigating and Editing Shortcut Keys for the Array Editor |
© 1994-2005 The MathWorks, Inc.