Can i use Matlab Coder to generate C code of movmean function?

2 views (last 30 days)
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?
제목 없음.png

Accepted Answer

Walter Roberson
Walter Roberson on 22 Dec 2018
Create your own function that calls movmean() and tell Coder to compile your function.

More Answers (0)

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!