Export Simulink data to Excel during simulation

9 visualizaciones (últimos 30 días)
Colm Traynor
Colm Traynor el 22 de En. de 2016
Comentada: Colm Traynor el 22 de En. de 2016
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?

Respuestas (1)

Ilham Hardy
Ilham Hardy el 22 de En. de 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).
  1 comentario
Colm Traynor
Colm Traynor el 22 de En. de 2016
Ok I see, I was trying to workout a way to use a MATLAB function to write to an excel file using xlswrite but from what you are saying it sounds like that is not possible? Am I better, therefore to use a ToFile block maybe and use that in post processing in Matlab to write my data to excel?

Iniciar sesión para comentar.

Categorías

Más información sobre Data Import from MATLAB en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by