Start matlab script (.m-File) after clicking run in Simulink CarMaker

5 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

Fangjun Jiang
Fangjun Jiang il 31 Mar 2023
Spostato: Fangjun Jiang il 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 Commenti
Fangjun Jiang
Fangjun Jiang il 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"

Accedi per commentare.

Categorie

Scopri di più su Manual Performance Optimization in Help Center e File Exchange

Prodotti


Release

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by