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, and cell arrays of strings. The features of the Array Editor are
Opening the Array Editor
You can 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
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
Preferences for the Workspace Browser | Controlling the Display of Values in the Array Editor |