함수 '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!