attain_points.m
来自「数据挖掘K-平均算法的MATLAB程序」· M 代码 · 共 8 行
M
8 行
%a=imread('pp.bmp');
%imshow(a)
[x,y]=ginput(100); % 取点
plot(x,y,'*');
%plot(x,y,'b:',x,y,'o')
%p=findobj('type','axes')
%set(p,'Ydir', 'reverse')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?