Displaying multiple dicom images in gui - comp.soft-sys.matlab ...> > Can anyone help with this ? > > Thanks you. > > Regards > Hi, Create ... handles); movegui(hObject,'onscreen')% To display application onscreen movegui ...
movegui - Move GUI figure to specified location on screenDescription. movegui(h,'position') moves the figure identified by handle h to the specified screen location, preserving the figure's size. The position argument is a ...
surprising behaviour of getframe - Newsreader - MATLAB Centralmovegui(gcf, 'northwest') set(gca, 'units', 'pixel') % use getframe without and with roi ... subplot(1,2,2), imshow(im2,[]) set(gcf,'color','b') any help is appreciated.