Database Toolbox 3.7
Product Description
- Introduction and Key Features
- Importing Data into MATLAB®
- Exporting Data to a Database
Exporting Data to a Database
After completing any calculations or data manipulation in MATLAB®, you can export the results by putting the data into a matrix, cell array, or structure and defining the database column names to which you will be writing. You can add the results as new data or update the original data completely or conditionally. For added security, you can require a commit command in order to write to the database.
Store