How can I tell codegen the argument type is double?
Show older comments
I tried to use -args {1.0}, but it generates a lot of real_T stuff, that's not what I want. I was wondering if it is possible to generate a function whose arguments are of type double ? I can do that using Matlab coder, is it also possible to use codegen to achieve it?
Accepted Answer
More 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!