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!