我试图读取图像并显示它,但我遇到了一个错误,我不明白它。请任何人帮助我,注意我使用的是 MATLAB R2010a,下面的显示是错误的类型。
>> imread('tas.jpg');
>> imshow('tas.jpg');
??? 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,...**