global im [filename,pathname]=uigetfile('*.jpg','輸入圖片'); file=strcat(pathname,filename); im=imread(file); axes(handles.axes1);%在坐標1顯示 imshow(im); ha=axes('units','normalized','position',[0 0 1 1]); uistack(ha,'down') II=imread('E:\1.jpg');%作為背景的圖片 image(II) colormap gray set(ha,'handlevisibility','off','visible','off');