함수 '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
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
2019년 10월 24일
편집: Myunghyun Cheon
2019년 10월 24일
카테고리
도움말 센터 및 File Exchange에서 평활화에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!