Error: Undefined function or variable 'imfilter'.

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
Dimitris Bouloutas
Dimitris Bouloutas 2016 年 5 月 12 日

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2016 年 5 月 12 日
編集済み: Walter Roberson 2016 年 5 月 12 日

0 投票

You do not have the Image Processing Toolbox installed -- though you might have it licensed.
Alternately you might need to use
rehash toolbox

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

質問済み:

2016 年 5 月 12 日

編集済み:

2016 年 5 月 12 日

Community Treasure Hunt

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

Start Hunting!

Translated by