Rename MAX/Min of a data type in code generation in MATLAB 2014
1 view (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Adding custom doc 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!