Why do I not see any definitions for my Simulink.Parameter object in the generated code when using 'CompilerFlag' storage class?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Test Model Components in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!