Rename MAX/Min of a data type in code generation in MATLAB 2014
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!