📄 try.m
字号:
function q=try(w);
% test script to run all functions
%
a = testread(1);
o = thres(a,20);
figure;
colormap(gray);imagesc(o);
for i=1:12
out = thinning(o);
o =out;
end;
figure;
colormap(gray);imagesc(out);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -