함수 'smooth'은(는) 'double'형 입력 인수에 대해 정의되지 않았습니다. 라는 오류가 나요

안녕하세요.
매트랩을 막 시작한 학생입니다.
제 친구가 잘 사용하는 코드를 받아 제 컴퓨터에서
실행했는데 제목과 같은 함수 'smooth'은(는) 'double'형 입력 인수에 대해 정의되지 않았습니다.
라는 오류가 생깁니다. smooth 함수가 없다는것 같은데
어떻게 설치할 수 있나요?
Good morning.
I just started matlab.
I got code that my friend uses well on his computer.
I ran it and the function 'smooth' is not defined for input argument of type 'double'.
I get an error that looks like there is no smooth function.
How can I install it?

回答(1 个)

Image Analyst
Image Analyst 2019-10-24

0 个投票

Looks like it might be a function that was removed -- I don't have it anymore.
Try movmean(), smoothdata(), or conv().

1 个评论

Myunghyun Cheon
Myunghyun Cheon 2019-10-24
编辑:Myunghyun Cheon 2019-10-24
Thank you! I installed an app, Curve Fitting Toolbox which includes a smoothing function and now it's working properly.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 평활화 的更多信息

产品

标签

Community Treasure Hunt

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

Start Hunting!