From: Faris on
how can i show multi images in one window ..??

also i have a problem that when i type

imshow(reshape(I(:,3),200,180))

it shows nothing, but when i reverse it by 180x200 it shows.
the original size is 200x180 ..!
From: ImageAnalyst on
Use montage() in the Image Processing Toolbox, or Oliver Woodford's
imdisp:
http://www.mathworks.com/matlabcentral/fileexchange/22387-imdisp

or use subplot() along with imshow().

You were trying to take the third column of an image and reshape that
into a 2D image and display it. Not sure what that was about, but
it's not about displaying multiple images.
 | 
Pages: 1
Prev: Regarding Simulink
Next: Replacing NaN Values...?