Why do I not see any definitions for my Simulink.Parameter object in the generated code when using 'CompilerFlag' storage class?
Mostrar comentarios más antiguos
I have a parameter defined in the Simulink Model Explorer. I've set the storage class of the parameter to 'CompilerFlag' in the hope that I'll see a definition for the parameter in one of the header files in the generated code. However, all I see is the following:
#ifndef myParam
#error The variable for the parameter "myParam" is not defined
#endif
Where is the parameter defined?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Test Model Components en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!