在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
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');
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论