Undefined function 'imgaussfilt' for input arguments of type 'uint8'.
이전 댓글 표시
this is the code, using matlab 2013b
>> I= imread('cameraman.tif');
>> Iblur1 = imgaussfilt(I,2);
Undefined function 'imgaussfilt' for input arguments of type
'uint8'.
i do not know where is the problem
답변 (1개)
Walter Roberson
2015년 8월 18일
0 개 추천
"Introduced in R2015a"
댓글 수: 2
Isra Zaitoun
2015년 8월 29일
Walter Roberson
2015년 8월 29일
As I pointed out, imgaussfilt was introduced in R2015a. Therefore it did not exist in R2013b. There is no imgaussfilt available for R2013b unless you care to write your own routine by that name.
Solution: you should upgrade your MATLAB.
카테고리
도움말 센터 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
