Database Toolbox™ enables you to analyze data and export the results. To export data from the MATLAB workspace, use these functions to insert or update data in your database.
Insert Data into Database Table
Perform calculations on data and insert the results into a database using the
sqlwrite
function.
Replace Existing Data in Database
Update records in a database.
Find supported data types for data import and export.
Working with MATLAB Interface to SQLite
Analyze data without access to a database or driver by using the MATLAB interface to SQLite.