User`s guide

5 Using Visual Query Builder
5-12
VQB adds each field you select to the query in the MATLAB command field.
6
In the MATLAB workspace, assign the data you want to export to a cell array,
export_data.
export_data = {14,1500,18.50};
7
In the MATLAB workspace variable field, enter the name of the variable
containing data to export, export_data. Press Enter or Return to view the
MATLAB command that exports the data.
8
Click Execute to run the query to export the data.
Information about the exported data appears in the Data area.