How do I get simulink code generation to recompile each time, even if the model is unchanged?

조회 수: 4 (최근 30일)
Hi,
I am attempting to generate code from a Simulink model. I noticed that, if no changes are made in the model, code generation simply reuses previously compiled code.
This is an issue for me since I'm using values from the MATLAB base work space in my simulink model and if I change values there, I would like changes to be reflected in code generation.
This is currently what's happening:
1) Change value X from 0 to 1 in the MATLAB workspace. 2) Make no change in the simulink model. 3) The value of X in the generated code is still 0.
If in step 2) however I make some small change in the simulink model, MATLAB recompiles the model code and the new value of X (1) is reflected.
Is there a workaround to this?
  댓글 수: 1
Bryan
Bryan 2015년 1월 29일
Shraddha,
I realize it has been 6 months since your original posting. Did you find any solution to this? I have also found this same behavior if you edit the Model Description and want it to appear in your comment banner.

댓글을 달려면 로그인하십시오.

답변 (1개)

Jason Moore
Jason Moore 2015년 2월 7일
You can force a model to rebuild every time during Simulation by going to Configuration Parameters -> Simulation Target -> Simulation Target Build Mode. Change this setting from incremental to build all if you would like for Simulink to always rebuild.

카테고리

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