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

7 次查看(过去 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 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by