Code Generation-Building standalone executable of Simulink model from command line
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Christian
am 19 Aug. 2014
Beantwortet: Anders Sollander
am 19 Aug. 2014
Hello,
I am trying to fully automate the building of a standalone application from my simulink model. I am using commands such as: cs = getActiveConfigSet(model); set_param(cs,'CustomSource',allFiles);
And it all works ok. The only problem I have is, in order to rebuild after some change, I still have to open my simulink model manually and press "Build" in the Code Generation tab of the "Model Configuration Parameters" window.
Can I also somehow hit this button programatically from an m-file?
Best regards, Christian L
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Simulink Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!