Desktop Tools and Development Environment |
Viewing and Editing Workspace Variables with the Array Editor
Use the Array Editor to view and edit a visual representation of one or two-dimensional numeric arrays, strings, cell arrays of strings, and structures. You can also view the contents of multidimensional arrays. If you are using the Help browser, watch the Array Editor video demo for an overview of the major functionality.
The features of the Array Editor are
Opening the Array Editor
To open the Array Editor from the Workspace browser,
Repeat the steps to open additional variables in the Array Editor. Access each variable via its tab at the bottom of the window, or use the Window menu.
Function Alternatives
To open a variable in the Array Editor, use openvar
with the name 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
M = 'one' 'two' 'three'
Viewing Base and Function Workspaces Using the Stack | Viewing and Editing Cell Arrays, Structures, and Multidimensional Arrays |
© 1994-2005 The MathWorks, Inc.