Views Browser
The Views browser contains two tabs to display the plots and variable editors.
Each tab contains a Navigator bar.
Use the arrows
to go back or forward on the list
of previous selections.
Use the float plot window
icon to detach a figure or variable
editor and the Close
icon to hide it.
To hide the tab, right-click and select Close. To show the respective tab again, select a figure or a variable on the Project browser by double-clicking or right-click and select Show.
Plots Tab
The Plots tab contains both OML and Python plots
Variables Tab
The Variables tab contains OML and Python variables.
Grid/Spreadsheet View
The Variables tab is a spreadsheet-like grid view that lets you easily view OML and Python variables interactively during a session.

Each variable is displayed in its own grid, and each grid is listed in the Project Browser, named after the variable itself.

To delete or hide the grid view, right-click on the variable in the Project Browser and select Hide or Delete.
The Variables tab supports strings, numeric arrays, one-dimensional and two-dimensional matrices, cell arrays, and struct arrays, providing an Excel-like viewing experience.
Right-click on matrix data in the Variables tab to perform the following operations: Select All, Cut, Copy, Paste, Save selection, Save matrix, and Plot.
To navigate through nested cell arrays and struct data types, double-click to view their values.
variable name <size>.
For example, if cell array t at (1,3) has a child element
containing a matrix of size 3x3, the name of the child element is
t(1,3)<matrix (3,3)> where:- t(1,3) is the cell array element.
- <matrix (3,3)> is the data type and size of that element.
Navigation and Inspection: OML Data Types
- String data type
- Double-click on the name of the cell variable to display the contents in text view.
- Numeric/Matrix Data Type
- For a very small matrix, the contents are visible in the Variable Browser. However, for a larger matrix, the size is displayed in the Variables tab instead of in the Variable Browser.
- Cell Data Type
- Double-click on the name of the cell variable to display the contents in a spreadsheet-like view.
- Structure Data Type
- Double-click on the name of the struct variable to display the contents in a spreadsheet-like view.
Navigation and Inspection: Python Data Types
- String Data Type
- Double-click on the name of the cell variable to display the contents in text view.
- List Data Type
- Double-click on the name of the list variable to display the contents in a spreadsheet-like view.
- Dictionary Data Type
- Double-click on the name of the dict variable to display the contents in a spreadsheet-like view.








