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