Prev: build GUI to exe
Next: Hair detection
From: S?bastien on 24 Nov 2009 12:06 I would like to do a plot with a lot of images close to each other. For the moment I use a simple loop like that with imshow() : for w=1:10 subplot(m,n,w); imshow(im, 'Border', 'tight'); end Each image is very very small, with a lot of space left for the text (if there is some, I can see that if I activate the display of axes). The (...'Border', 'tight') doesn't have any effect... How can I reduce the "margins" between images? Thank you in advance.
|
Pages: 1 Prev: build GUI to exe Next: Hair detection |