problem in matlab while opening image with it ????plz help

Status
Not open for further replies.

munna007

Newbie level 5
Joined
Sep 19, 2008
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,340
hello friends....i save my picture named "manish.tiff" in matlab directory....then opening this with command named rgb =imread('manish.tiff') in command window....but it shows error.....
below is the error i m getting.

(??? Error using ==> imread
File "manish.tiff" does not exist. )


ut when i open this picture " hurra.tiff " with same command it opens succesfully.....

i have tried a lot....but couldnt solve....
plz help ....i have attached both the pictures in jpeg format....because tiff was not uploading here....

thanks....
 

Attachments

  • manish.jpg
    24.6 KB · Views: 52
  • hurra.jpg
    28.9 KB · Views: 47

Just change the command to rgb=imread('manish.tif')

it works

otherwise

just type dir *.tiff if any .tiff file exist it will be shown

if it does n't exist ,the file extension may be *.tif

and just check whether it is *.tif by executing dir *.tif
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…