Products

A2A Develops Comprehensive Risk Management Solution for Energy Markets

“When you deal with numbers all day and work with sophisticated analytical models, having an integrated environment is invaluable. With MATLAB we visualize data, conduct back-testing, and plot graphs to see the results of changes we make, all in one environment, and that saves time.” —Simone Visonà, A2A

Horizon Wind Energy Develops Revenue Forecasting and Risk Analysis Tools for Wind Farms

"The tools that we developed with MATLAB and MATLAB Compiler are much more reliable, scalable, and maintainable than our spreadsheet-based approach. We can sleep at night because we know the tools will work, we can add new capabilities and data inputs, and we can update the production system without getting IT involved." - Manuel Arancibia, Horizon Wind Energy

Description

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.