?? example75_figure.m
字號:
%%%example75_figure
%%%%imread the image samples
figure('name','實驗圖像','numbertitle','off');
img1=imread('example75_img1.bmp');
img2=imread('example75_img2.bmp');
subplot(1,2,1),imshow(rgb2gray(img1));
subplot(1,2,2),imshow(rgb2gray(img2));
% subplot(1,2,2),imshow(mat2gray(reshape((W(:,1)*c2(1)+b),32,32)));
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -