필터 지우기
필터 지우기

error in imshow

조회 수: 5 (최근 30일)
Amishi
Amishi 2012년 5월 16일
댓글: Ayushi Bapna 2018년 9월 5일
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
Andreas Goser
Andreas Goser 2012년 5월 16일
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
Amishi 2012년 5월 16일
This happens only with my laptop and with all images. In another PC with same images it works.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2012년 5월 16일
  댓글 수: 7
Image Analyst
Image Analyst 2016년 11월 20일
Start your own question and tell us what the variables are and show us the entire error message ( ALL the red text), not just part of it.
Ayushi Bapna
Ayushi Bapna 2018년 9월 5일
Error in images.internal.basicImageDisplay (line 24) hh = image(cdata, ...
Error in imshow (line 320) hh = images.internal.basicImageDisplay(fig_handle,ax_handle,...

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Jan
Jan 2012년 5월 16일
Did you create an object called "Image"? What does "which image -all" reply?
  댓글 수: 3
Image Analyst
Image Analyst 2014년 2월 26일
You need a space between "image" and "-all" like Jan showed. You did not put a space.
Akshay Datar
Akshay Datar 2016년 7월 14일
Thank u so much. I stuck at that error since last hour and now its working.

댓글을 달려면 로그인하십시오.


Ella
Ella 2015년 7월 20일
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
Stalin Samuel
Stalin Samuel 2015년 7월 20일
rename the folders with some other name

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by