i am getting an error as Attempt to call constructor image with incorrect letter case.
Show older comments
This is my code
a=imread('test.jpg') imshow(a);
i got error as
Attempt to call constructor image with incorrect letter case. Error in basicImageDisplay (line 23) hh = image(xdata,ydata,cdata, ... Error in imshow (line 267) hh = basicImageDisplay(fig_handle,ax_handle,.
can anyone help me how to overcome this. Thanks in advance.
Answers (1)
Mischa Kim
on 6 Oct 2014
Edited: Mischa Kim
on 6 Oct 2014
0 votes
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!