?? example76_figure.m
字號(hào):
%%%example_figure
%%%%imread the image samples
figure('name','實(shí)驗(yàn)圖像','numbertitle','off');
img1=imread('example76_img1.bmp');
img2=imread('example76_img2.bmp');
img3=imread('example76_img3.bmp');
img4=imread('example76_img4.bmp');
img5=imread('example76_img5.bmp');
img6=imread('example76_img6.bmp');
img7=imread('example76_img7.bmp');
img8=imread('example76_img8.bmp');
img9=imread('example76_img9.bmp');
img10=imread('example76_img10.bmp');
subplot(2,5,1),imshow(rgb2gray(img1));
subplot(2,5,2),imshow(rgb2gray(img2));
subplot(2,5,3),imshow(rgb2gray(img3));
subplot(2,5,4),imshow(rgb2gray(img4));
subplot(2,5,5),imshow(rgb2gray(img5));
subplot(2,5,6),imshow(rgb2gray(img6));
subplot(2,5,7),imshow(rgb2gray(img7));
subplot(2,5,8),imshow(rgb2gray(img8));
subplot(2,5,9),imshow(rgb2gray(img9));
subplot(2,5,10),imshow(rgb2gray(img10));
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -