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?

Antworten (1)

Sabin
Sabin am 24 Dez. 2025

0 Stimmen

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);

Kategorien

Mehr zu Simscape finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 28 Feb. 2018

Beantwortet:

am 24 Dez. 2025

Community Treasure Hunt

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

Start Hunting!

Translated by