Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,

I want help in Matlab-ImageProcessing toolbox.

I write in code - I=imread('Skeleton.bmp');.

It accept it then when I write imshow(I) it appear an error.
??? Undefined function or method 'imshow' for input arguments of type 'uint8'.

And if I make cast,it don't accept it either.

Can any one help !?
Posted
Updated 12-Nov-11 16:44pm
v2

go to directory where is image file say abc.jpg.
>>I=imread('abc.jpg');
>>save I
>>imshow(I);
Done.
 
Share this answer
 
Comments
Member 7912993 23-Apr-12 6:27am    
Thanks A lot....it has solved !

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900