함수 'smooth'은(는) 'double'형 입력 인수에 대해 정의되지 않았습니다. 라는 오류가 나요
Mostrar comentarios más antiguos
안녕하세요.
매트랩을 막 시작한 학생입니다.
제 친구가 잘 사용하는 코드를 받아 제 컴퓨터에서
실행했는데 제목과 같은 함수 '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?
Respuestas (1)
Image Analyst
el 24 de Oct. de 2019
0 votos
Looks like it might be a function that was removed -- I don't have it anymore.
Try movmean(), smoothdata(), or conv().
1 comentario
Myunghyun Cheon
el 24 de Oct. de 2019
Editada: Myunghyun Cheon
el 24 de Oct. de 2019
Categorías
Más información sobre 평활화 en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!