Function not supported for code generation
14 views (last 30 days)
Show older comments
Hi everyone! I wanted to generate C code from Matlab code. However there's issue with the matlab coder as it couldn't convert 'im2col' and it says here 'im2col is not supported by code generation'. May I know how i can resolve this issue? Also, how can I make a testbench for my function? Thank you!
1 Comment
Answers (1)
José-Luis
on 10 Sep 2017
Edited: José-Luis
on 10 Sep 2017
You can't.
It's up to the Mathworks to decide which functions to include.
You could always ask them nicely.
I don't know which version of Matlab you are using but maybe they have included it in newer releases. You'd have to check.
Otherwise you'll have to write it yourself.
2 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!