Can i use Matlab Coder to generate C code of movmean function?
2 次查看(过去 30 天)
显示 更早的评论
Hello,
I want to generate C code of movmean function.
But, matlab coder can not use this function.
Is there no way to use matlab coder?

0 个评论
采纳的回答
Walter Roberson
2018-12-22
Create your own function that calls movmean() and tell Coder to compile your function.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!