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!