Is exist any way for generate include and source files from Simulink model in different folders?

2 Ansichten (letzte 30 Tage)
Dear collegaus! Is exist any way for generate include and source files from Simulink model in different folders? For example: generating include files to 'MyProj/include' and source files to 'MyProj/src'.

Antworten (1)

Archit Dhanani
Archit Dhanani am 26 Aug. 2019
Hi Marat,
Unfortunately, there is no direct way of doing this. You will have to write a custom TLC file to control this. Here is one of the earlier post I found asking the same question:
You could use the function LibSetSourceFileOutputDirectory to specify the path for the source code.
Here are some of the other functions you use to customize the code:
Let us know if you have any other questions.

Kategorien

Mehr zu Simulink Coder finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by