error in imshow
Ältere Kommentare anzeigen
I get the following error when i tried to used imshow.
Previously it was working. I tried with other system its working. I tried with different images too. but only with my system it shows this error.
A = imread('rone.bmp');
figure;
imshow(A)
??? Attempt to call constructor image with incorrect letter case.
Error in ==> basicImageDisplay at 9
hh = image(xdata,ydata,cdata, ...
Error in ==> imshow at 246
hh = basicImageDisplay(fig_handle,ax_handle,...
can i know is there a problem with matlab?? Do i need to reinstall?
2 Kommentare
Andreas Goser
am 16 Mai 2012
This is not a problem I could find in the database. Does this happen with all image files or just with this one? In any case, this looks like a good reason to contact Technical Support
Amishi
am 16 Mai 2012
Akzeptierte Antwort
Weitere Antworten (2)
Jan
am 16 Mai 2012
0 Stimmen
Did you create an object called "Image"? What does "which image -all" reply?
3 Kommentare
Amishi
am 16 Mai 2012
Image Analyst
am 26 Feb. 2014
You need a space between "image" and "-all" like Jan showed. You did not put a space.
Akshay Datar
am 14 Jul. 2016
Thank u so much. I stuck at that error since last hour and now its working.
Ella
am 20 Jul. 2015
0 Stimmen
Can you please provide the solution steps ? Im getting the same error previously it was working fine and now doesnt work on my laptop anymore
Thanks for your reply in advance
1 Kommentar
Stalin Samuel
am 20 Jul. 2015
rename the folders with some other name
Kategorien
Mehr zu Environment and Settings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!