Installation guide

Viewing and Editing Workspace Variables with the Array Editor
Similarly, double-click a cell in a cell array to view and edit its contents. The
following illustration shows an 8-by-1 cell array,
M, and the contents of M{4,1}.
Multidimensional Arrays in the Array Editor
Yo u can view the contents of multidimensional arrays in the Array Editor.
Whenyouopenamultidimensional array in the Array Editor, it does not have
usual grid structure, because multidimensional arrays do not fit that format.
Yo u cannot double-click an element in a multidimensional array to edit it.
The following illustration shows
R = rand(1,2,3).
5-15