How to turn off the detection of changes in the model for Embedded Coder
2 次查看(过去 30 天)
显示 更早的评论
Hello,
I am generating code from a model with the Embedded Coder. Therefore I have a custom tlc-File, which creates an additional source-file in my folder. Becaue of an additional postprocessing I have to delete this file afterwards.
My problem is, that the Embedded Coder or other build-routine does not call the tlc-file, if there are no structural, parameter or code replacement library changes in the model.
The message in the Diagnostics Viewer: ### Generated code for 'OPT' is up to date because no structural, parameter or code replacement library changes were found.
If I change just a parameter in the model, the tlc-file will be called an additional source-file will be created.
Is there a configuration parameter, which turns off the detection of the changes, so that the tlc-File is called every time? Are there other options?
Please help me!
THanks al lot in advance!
Beste regards,
Mario
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!