How to work around mex-ing tsmovavg
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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
0 Kommentare
Antworten (1)
Sean de Wolski
am 29 Jan. 2013
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.
0 Kommentare
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!