Start matlab script (.m-File) after clicking run in Simulink CarMaker
5 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Fangjun Jiang
on 31 Mar 2023
Moved: Fangjun Jiang
on 31 Mar 2023
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 Comments
Fangjun Jiang
on 6 Apr 2023
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"
See Also
Categories
Find more on Manual Performance Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
