Can i use Matlab Coder to generate C code of movmean function?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
sang kyu Kim
il 22 Dic 2018
Risposto: Walter Roberson
il 22 Dic 2018
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 Commenti
Risposta accettata
Walter Roberson
il 22 Dic 2018
Create your own function that calls movmean() and tell Coder to compile your function.
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!