Start matlab script (.m-File) after clicking run in Simulink CarMaker
5 ビュー (過去 30 日間)
古いコメントを表示
Hey guys,
i have a question. I have a simulink model of a CarMaker simulation and a matlab script to plot the received data from simulink.
My aim is to run the simulation via simulink and the matlab script shall be started automatically and plot the current data from simulink simultaneously. Is there any chance to realize it? I tried Callbacks but it didn't work the way i wanted it.
Thanks for your help!
Greetings,
mr.zengin
0 件のコメント
回答 (1 件)
Fangjun Jiang
2023 年 3 月 31 日
移動済み: Fangjun Jiang
2023 年 3 月 31 日
Clicking Run in Simulink or in CarMaker will start the simulation. What you need is to specify the "StopFcn" callback at the model properties. set it as the .m script that you want to run after the simulation stops.
10 件のコメント
Fangjun Jiang
2023 年 4 月 6 日
If sigsOut is a data log in the config, inport and export, then no. That data log only happened after the simulation.
Beside the approach in above link, a more generic approach is to use "RuntimeObject"
参考
カテゴリ
Help Center および File Exchange で Manual Performance Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

