Error: Undefined function or variable 'imfilter'.
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
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
0 个评论
另请参阅
类别
在 Help Center 和 File 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!
