📄 showtu.m
字号:
function showtu(a,h,v,d)
subplot(2,2,1);
imagesc(a);
axis image;
% colormap(gray);
subplot(2,2,2);
imagesc(h);
axis image;
subplot(2,2,3);
imagesc(v);
axis image;
colormap(gray)
subplot(2,2,4);
imagesc(d);
axis image;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -