함수 'smooth'은(는) 'double'형 입력 인수에 대해 정의되지 않았습니다. 라는 오류가 나요
Show older comments
안녕하세요.
매트랩을 막 시작한 학생입니다.
제 친구가 잘 사용하는 코드를 받아 제 컴퓨터에서
실행했는데 제목과 같은 함수 '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?
Answers (1)
Image Analyst
on 24 Oct 2019
0 votes
Looks like it might be a function that was removed -- I don't have it anymore.
Try movmean(), smoothdata(), or conv().
1 Comment
Myunghyun Cheon
on 24 Oct 2019
Edited: Myunghyun Cheon
on 24 Oct 2019
Categories
Find more on 평활화 in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!