Embedded Coder - How to generate code without optimizations?

5 次查看(过去 30 天)
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

采纳的回答

stozaki
stozaki 2020-9-23
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 个评论
stozaki
stozaki 2020-10-8
编辑:stozaki 2020-10-8
Hello
You can change the argument settings from the code mapping editor. And You can change the C return argument from void to output such as y.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Types 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by