Error: Undefined function or variable 'imfilter'.

조회 수: 3 (최근 30일)
Dimitris Bouloutas
Dimitris Bouloutas 2016년 5월 12일
편집: Walter Roberson 2016년 5월 12일
Hello,
I am coming up with the above-mentioned (on the title) error. My MATLAB edition is R2015b. The problem is that I have installed image processing toolbox. I checked it through the license('test','image_toolbox') command on the command window whatsoever and the answer was 1.
So, what could I do to implement the 'imfilter' function into my code?
Thank you in advance!
  댓글 수: 2
Walter Roberson
Walter Roberson 2016년 5월 12일
Please show the output of
which imfilter
which regionprops

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

답변 (1개)

Walter Roberson
Walter Roberson 2016년 5월 12일
편집: Walter Roberson 2016년 5월 12일
You do not have the Image Processing Toolbox installed -- though you might have it licensed.
Alternately you might need to use
rehash toolbox

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by