Rename MAX/Min of a data type in code generation in MATLAB 2014
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I used Simulink.AliasType option in order to change data type name in my C-code through MATLAB code generation (for example replace uint32_T by s32). But how to change the name of MAX value of the data type in the generated code. For example, I want to use S32_MAX instead of MAX_uint32_T.
0 commentaires
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!