Database Toolbox    

Importing Data into MATLAB from a Database
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.
rows
Get number of rows in fetched data set.
width
Get field size of column in fetched data set.

Exporting Data from MATLAB to a Database
commit
Make database changes permanent.
insert
Export MATLAB data into database table.
rollback
Undo database changes.
update
Replace data in database table with data from MATLAB.


  General Database Metadata Object