필터 지우기
필터 지우기

Code Generation-Building standalone executable of Simulink model from command line

조회 수: 2 (최근 30일)
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

채택된 답변

Anders Sollander
Anders Sollander 2014년 8월 19일
>> doc slbuild

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by