Database Toolbox User's Guide
  Go to function:
    Search    Help Desk 

What Is the Database Toolbox?

The Database Toolbox is one of an extensive collection of toolboxes for use with MATLAB®. The Database Toolbox enables you to move data (both importing and exporting) between MATLAB and popular relational databases.

With the Database Toolbox, you can bring data from an existing database into MATLAB, use any of MATLAB's computational and analytic tools, and store the results back in the database or in another database. You import the data into MATLAB by reading data files and then save the MATLAB data in files.

For example, a financial analyst working on a mutual fund could import a company's financial data into MATLAB, run selected analyses, and store the results for future tracking. The analyst could then export the saved results to a database.

The Database Toolbox connects MATLAB to a database using MATLAB commands. Data is retrieved from the database as a string, parsed into the correct data types, and stored in a MATLAB cell array. At that point, you use MATLAB's extensive set of tools to work with the data. You can include Database Toolbox commands in MATLAB M-files. To export the data from MATLAB to a database you use MATLAB commands.

Features of the Database Toolbox

The Database Toolbox has the following features:



[ Previous | Help Desk | Next ]