Main Content

Export Data Programmatically

Export data from MATLAB® workspace into relational database using command line

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.

Functions

expand all

commitMake database changes permanent
rollbackUndo database changes
sqlwriteInsert MATLAB data into database table
updateReplace data in database table with MATLAB data

Topics

Insert or Update Data in Database