Is medfilt1 not valid anymore?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Michael Burnett
el 29 de Oct. de 2015
Comentada: Michael Burnett
el 29 de Oct. de 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?
0 comentarios
Respuesta aceptada
Chad Greene
el 29 de Oct. de 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.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!