How to work around mex-ing tsmovavg

조회 수: 1 (최근 30일)
Evan
Evan 2013년 1월 29일
Hello
Since you can't mex (coder) a function with the tsmovavg inside, what's the exact workaround using explicit, or perhaps another way?
Thank you

답변 (1개)

Sean de Wolski
Sean de Wolski 2013년 1월 29일
One thing you may want to consider is using conv() or filter() instead. With the right kernel these will give you a moving average as well.

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by