how to define sub function's name in the auto code generated by coder ?
1 view (last 30 days)
Show older comments
Matlab coder generates codes with sub-function like sin(), cos(). But if two different algorithm blocks both use coder to generate code, then it could generate two different sin(), cos() and cause clash.
Is there some way to avoid this kind of function name clash ?
Thanks a lot!
1 Comment
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!