From: Jennifer Faggi Renault on
Hello,
i get an error when using imshow command:

RG = imread('lena.png');
RGB= rgb2gray(RG);
imshow(RGB);

??? 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,...

any one knows how can fix it, please?