Rename MAX/Min of a data type in code generation in MATLAB 2014

1 view (last 30 days)
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.

Answers (0)

Categories

Find more on MATLAB Coder 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!