imread function displaying error, Undefined function or method 'imread' for input arguments of type 'char',

3 views (last 30 days)
I have checked that I am working from correct folder, checked that the image processing toolbox license is still valid and have used code from the examples to read in a didcom image and used a filter on it so the toolbox still seems to be working. Also I have tried reading images provided as examples such as imread('moon.tif') but still the error persists. Any help would be greatly appreciated.
Thanks

Answers (1)

Image Analyst
Image Analyst on 2 Feb 2013
What does this say:
>> which -all imread
Does it say this:
C:\Program Files\MATLAB\R2012b\toolbox\matlab\imagesci\imread.m

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!