⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xianshi3.m

📁 包括MATLAB7.0实用指南(1)书中所有的例子的源代码。
💻 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 + -