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
Walter Roberson 2015년 8월 18일

0 개 추천

댓글 수: 2

thank you for replying but the problem not solved, i use matlab 2013 b
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.

댓글을 달려면 로그인하십시오.

카테고리

태그

아직 태그를 입력하지 않았습니다.

질문:

2015년 8월 18일

댓글:

2015년 8월 29일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by