Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

What to do if this error occures?

조회 수: 1 (최근 30일)
Shaila parvin
Shaila parvin 2014년 1월 24일
마감: Walter Roberson 2014년 1월 24일
I need a help...
When I want to show an image this following error occurs
>> a=imread('test.png');
>> 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,...
>> .
I think ....Somewhere in your MATLAB path, you have your own routine that has the same name as one of the internal MATLAB graphic routines.
What can I do now?????
Please help me.

답변 (1개)

Amit
Amit 2014년 1월 24일

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by