📄 xianshi3.m
字号:
[x1 p1]=imread('forest.tif');
[x2 p2]=imread('trees.tif');
subplot(2,2,1);
imshow(x1,p2);
subplot(2,2,2);
imshow(x2,p2);
subplot(2,2,3);
subimage(x1,p1);
subplot(2,2,4);
subimage(x2,p2);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -