How to transfer simulation output from Simscape Results Explorer
조회 수: 10 (최근 30일)
이전 댓글 표시
I run some simscape simulations and find the Simscape Results Explorer to be a really convenient tool to quickly check the simulation results, because it includes the relevant data of all my blocks.
However, I cannot run any calculations with the results, i.e. add or multiplicate signals (and by 'signals', I mean hydraulic pressures, forces and similar data).
To do this, I try to export the whole dataset which is shown in the Simscape Results Explorer to the Base Workspace, without adding sensors and 'To Workspace'-Blocks to all relevant signals.
Is there a way to do this?
댓글 수: 0
채택된 답변
Juan Sagarduy
2020년 11월 19일
Hi Henrik
The results of the model shown in the Explorer are retrieved automatically in MATLAB workspace after the simulation. With default settings, they appear in out.simlog where data is structured as a tree. Then, through scripting you can plot, process...
Hope this helped Juan
댓글 수: 2
liqun fang
2022년 11월 7일
That's amazing. When I execute an order out.simlog, all the data shown in the Simscape Results Explorer appears.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Logging에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!