Database Toolbox    

Importing Data into MATLAB from a Database

Function
Purpose
attr
Get attributes of columns in fetched data set.
cols
Get number of columns in fetched data set.
columnnames
Get names of columns in fetched data set.
fetch
Import data into MATLAB cell array.
rows
Get number of rows in fetched data set.
width
Get field size of column in fetched data set.


 SQL Cursor Exporting Data from MATLAB to a Database