- have you specified the "Function name" and "File name" in Block Parameters / Code Generation ?
- have you created a subsystem mask ?
How to build a simulink model in order to prevent Embedded Coder generating repeat identical functions.
4 次查看(过去 30 天)
显示 更早的评论
Within my Simulink Model there are multiple repeated MATLAB function blocks, with their only difference being their block identifiers. I have set the paramaters of these blocks to be atomic and a reusable function within the code generation tab in the hopes of the generated code sharing one function file for all instances.
However when i generate my code using Embedded Coder i'm met with repeated function files for every instance of each MATLAB function block, with these files containg identical code. How would i go about ensuring any identical function blocks all generate into one model wide function?
0 个评论
采纳的回答
sschumm
2023-10-18
Hi,
A simple example would be:
The Code Generation Settings are:
The generated code looks like this:
("Slec_reusable_Sub" is the top model name, the MATLAB Function is default)
Best regards
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!