MATLAB: Imshow

functionimshow

hi, I havea series of jpeg images that I am trying to enter and view in matlab (eventually, I would love to try to tile them). I am using he imread function to load. the imshow function is not working. I am getting the following error
Error in ==> basicImageDisplay at 9 hh = image(xdata,ydata,cdata, …
Error in ==> imshow at 246 hh = basicImageDisplay(fig_handle,ax_handle,…
I tried the following: – changing rgb to gray scale to reduce the dimesnions of the matric – renaming the m file – reducing the size of the file/image i am importing. I ended up with a 600×800 pixel image. is that still too big?
Any comment on the above would be appreciated. thanks m

Best Answer

Here is one person's resolution of this problem: