How to retrieve data from the simscape results explorer.

Hi, I need data from the state models that is reflected in simscape results explorer. I am having the node id. How will I retrieve the data?

답변 (1개)

Sabin
Sabin 2025년 12월 24일

0 개 추천

For example, a model has data logging enabled for the whole model, with the Workspace variable name parameter set to simlog_MassSpringDamperWithController. Plot velocity of port R of the Translational Spring block Spring:
plot(simlog_MassSpringDamperWithController.Spring.R.v.series);

카테고리

도움말 센터File Exchange에서 Simscape에 대해 자세히 알아보기

질문:

2018년 2월 28일

답변:

2025년 12월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by