Why do I not see any definitions for my Simulink.Parameter object in the generated code when using 'CompilerFlag' storage class?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Test Model Components finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!