📄 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)));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -