Can i use Matlab Coder to generate C code of movmean function?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
sang kyu Kim
am 22 Dez. 2018
Beantwortet: Walter Roberson
am 22 Dez. 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 Kommentare
Akzeptierte Antwort
Walter Roberson
am 22 Dez. 2018
Create your own function that calls movmean() and tell Coder to compile your function.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Coder finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!