Info

This question is closed. Reopen it to edit or answer.

hello, i am receiving an error while displaying image it is showing error in code

1 view (last 30 days)
Error in ==> image at 4 imshow(IMatrix);
??? 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,...
  1 Comment
Geoff Hayes
Geoff Hayes on 25 Nov 2014
sunanda - have you created a class called image that may be conflicting with the built-in MATLAB function of the same name? In the Command Window type
which image -all
and
which Image -all
What is returned from each of the above calls?

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!