Export Simulink data to Excel during simulation
6 views (last 30 days)
Show older comments
I have a simulation built with Simulink, where I have worked out for example the water temperature in a heating system at every hour over the course of a year.
I am wondering is there a way to export my output data to an excel file as part of the simulation or will I have to export to the workspace first of all?
0 Comments
Answers (1)
Ilham Hardy
on 22 Jan 2016
As far as I know, during the simulation the current simulation data (e.g. ToWorkspace) are sort of not accessible. if you want to export the output to Excel, then you can do it after the simulation finished (post processing).
See Also
Categories
Find more on MATLAB Functions in Microsoft Excel in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!