Is medfilt1 not valid anymore?

4 visualizzazioni (ultimi 30 giorni)
Michael Burnett
Michael Burnett il 29 Ott 2015
Commentato: Michael Burnett il 29 Ott 2015
Is medfilt1 not supported anymore? I have used it previously but now I only see medfilt2 and my program crashes on medfilt1. Where can I go to see functions that are no longer supported?

Risposta accettata

Chad Greene
Chad Greene il 29 Ott 2015
Do you no longer have the Signal Processing Toolbox? Type
license('test','signal_toolbox')
to find out. If it returns 1, you have the toolbox. If not, you don't.
If you have the image processing toolbox, you can use medfilt2 on 1D data.
Another option is to use Aslak Grinsted's moving function, which I use frequently.
  1 Commento
Michael Burnett
Michael Burnett il 29 Ott 2015
No I just have Image Processing Toolbox. I'll try your alternatives, thanks.

Accedi per commentare.

Più risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by