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

3 visualizaciones (últimos 30 días)
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.

Respuestas (1)

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

Categorías

Más información sobre Deployment, Integration, and Supported Hardware en Help Center y File Exchange.

Productos


Versión

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by