Need help exporting block inputs to a list
이전 댓글 표시
I am trying to export the full list of a Simulink block's inputs and outputs ideally to an Excel sheet, but first to the workspace. It is the "FMU" block, with a large number of inputs and outputs. Any help is appreciated.
댓글 수: 2
Les Beckham
2022년 12월 30일
Do you want to log the signals themselves from a simulation run, or get the names of the block inputs and outputs.?
Santhosh
2022년 12월 31일
답변 (1개)
VBBV
2022년 12월 30일
0 개 추천
Read this section for exporting data from simulink block to workspace.
After exporting data to workspace, you can write desired variables to Excel file using writematrix function
카테고리
도움말 센터 및 File Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!