MATLAB Coder "Style" Options when Generating .mex-File
Show older comments
When using the MATLAB Coder to create a .mex-file, the "Code Style" settings in the GUI settings menu are not available. They only appear to be available when generating a Static Library, Dynamic Library, or Executable.
My specific issue with this is that I not longer have access to the "Maximum Identifier Length" setting. Because I can't increase this from 31, some fields in structures in my code are being mangled, which means that the typedefs don't match external code that is trying to interface with those typedefs.
Is there any other way to change the maximum identifier length setting?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Coder in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!