Error: Undefined function or variable 'imfilter'.

3 vues (au cours des 30 derniers jours)
Dimitris Bouloutas
Dimitris Bouloutas le 12 Mai 2016
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 commentaires
Walter Roberson
Walter Roberson le 12 Mai 2016
Please show the output of
which imfilter
which regionprops
Dimitris Bouloutas
Dimitris Bouloutas le 12 Mai 2016

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 12 Mai 2016
Modifié(e) : Walter Roberson le 12 Mai 2016
You do not have the Image Processing Toolbox installed -- though you might have it licensed.
Alternately you might need to use
rehash toolbox

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by