Can i use Matlab Coder to generate C code of movmean function?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sang kyu Kim
el 22 de Dic. de 2018
Respondida: Walter Roberson
el 22 de Dic. de 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 comentarios
Respuesta aceptada
Walter Roberson
el 22 de Dic. de 2018
Create your own function that calls movmean() and tell Coder to compile your function.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre MATLAB Coder en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!