How to turn off the detection of changes in the model for Embedded Coder

2 views (last 30 days)
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

Answers (0)

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!