How to Suppress Mixed Expressions for Pooled Parameter in generated Autocode?

2 Ansichten (letzte 30 Tage)
Hello,
I have lookup tables in the simulink model, for few of the lookups breakpoint values are similar though they are in different subsystems with different names. When I generate code using Embedded coder, .C file generated for these lookup table merge these coordinates in single expression and mention "Pooled Parameter (Mixed Expressions)" as comment in the start. I want to generate all these lookup table data seperately, I have tried to disable this issue using "Generate shared Constant" option in the "Code Generation > Interface" but that option is by default checked and it is grayed out hence I am not able to uncheck that. Is this solution is correct or is there any other method to generate all these lookup table definitions seperately ?
Thanks in advance.

Antworten (1)

Mark McBroom
Mark McBroom am 25 Dez. 2020
Change the "Shared code placement" option to "Shared location" and then the option for "Generate shared constants" will no longer be greyed out.

Kategorien

Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange

Produkte


Version

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by