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 ExchangeSimscape についてさらに検索

質問済み:

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