Export Simulink data to Excel during simulation

조회 수: 4 (최근 30일)
Colm Traynor
Colm Traynor 2016년 1월 22일
댓글: Colm Traynor 2016년 1월 22일
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?

답변 (1개)

Ilham Hardy
Ilham Hardy 2016년 1월 22일
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
Colm Traynor
Colm Traynor 2016년 1월 22일
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?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by