Embedded Coder - How to generate code without optimizations?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Giuseppe Narracci
am 22 Sep. 2020
Bearbeitet: stozaki
am 8 Okt. 2020
Hello ,
I want to generate C Code from my simulink model (with embedded coder).
In my simulink model there are 4 MATLAB Function Blocks and I want to generate 4 functions with input and output.
With the standard configuration the embedded coder generates a single big function with no input and output.
How can I improve my code generation with functions that correspond to MATLAB block functions?
Thanks
0 Kommentare
Akzeptierte Antwort
stozaki
am 23 Sep. 2020
Hello Giuseppe,
Subsystems, such as the MATLAB Function block, generate inlined code by default.
If you want the subsystem to be an independent function, change the code generation options to allow arguments.
stozaki
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!