How to export variables from Simulink to Workspace while running a simulation?

Problem: I need 'live'-values of certain variables from a simulink model while running. The variables shall be used for the simulation which is controlled by a script.
I already tried to use the block 'to-Workspace' but with no success so far. The values just will be updated by the end of the simulation

回答 (1 件)

Arunkumar M
Arunkumar M 2018 年 12 月 2 日

0 投票

You can use interpreted MATLAB function to get the output of your simulation and store it to base workspace using assignin command

カテゴリ

ヘルプ センター および File ExchangeSimulink についてさらに検索

製品

リリース

R2018b

質問済み:

2018 年 11 月 26 日

回答済み:

2018 年 12 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by