📄 plotimg.m
字号:
function plotimg(f, g, rowshft, colshft)
figure(1);subplot(3,1,1);imagesc(f)axis('square')colormap(gray)subplot(3,1,2);imagesc(g)axis('square')colormap(gray)subplot(3,1,3);plot(colshft, rowshft, 'x');sze = size(f);
axis([0 sze(1) 0 sze(2)]);
axis('square')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -