Embedded Coder - How to generate code without optimizations?

조회 수: 1 (최근 30일)
Giuseppe Narracci
Giuseppe Narracci 2020년 9월 22일
편집: stozaki 2020년 10월 8일
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