Is medfilt1 not valid anymore?

조회 수: 6 (최근 30일)
Michael Burnett
Michael Burnett 2015년 10월 29일
댓글: Michael Burnett 2015년 10월 29일
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?

채택된 답변

Chad Greene
Chad Greene 2015년 10월 29일
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
Michael Burnett
Michael Burnett 2015년 10월 29일
No I just have Image Processing Toolbox. I'll try your alternatives, thanks.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by