How to use medfilt1 on different computers

조회 수: 10 (최근 30일)
Max Bernstein
Max Bernstein 2016년 7월 18일
답변: Greg Dionne 2016년 7월 28일
Hello,
I have written a code that uses medfilt1 from signal processing toolbox. I would like to use this code on other computers that do not have the toolbox installed and has different matlab versions. Is there a way to do this? Another problem is that these computers wont have MS VS C++ 2013 installed, which has the dlls needed for the mvmedian.exw64.
Thanks, Max

답변 (2개)

Greg Dionne
Greg Dionne 2016년 7월 28일
If you have an R2016a install but without the Signal Processing Toolbox, you can try looking for MOVMEDIAN.

Erik
Erik 2016년 7월 28일
Using a function from a toolbox you have not installed on a different computer is not allowed. You could implement your own 1-D median filter or get one from the File Exchange and use it on all the computers that need it.

카테고리

Help CenterFile Exchange에서 Digital and Analog Filters에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by