Database Toolbox | ![]() ![]() |
Data
View query results in the Data area. Query results appear in the Data area after you click Execute to run a query.
The Data area also shows other variables in the current MATLAB session. To clear variables from the Data area, use the clear function in the Command Window. Information in the Data area updates when you execute a query.
To see a variable's contents, do one of the following:
The variable's contents appear in the Command Window.
Using Retrieved Data in MATLAB
The query results are stored as a cell array, numeric matrix, or structure, depending on the preferences you specified.
For more information about working with cell arrays, see Working with Cell Arrays in MATLAB in the Database Toolbox User's Guide. For more information about working with structures, see Structures and Cell Arrays" in the MATLAB documentation.
See Also
![]() | Execute | Display Menu | ![]() |