show_data.m
来自「Spatial Outlier Detection Algorithm by M」· M 代码 · 共 17 行
M
17 行
figure;
plot(data(:,1),data(:,2),'-ro','LineWidth',2,...
'MarkerEdgeColor','k',...
'MarkerFaceColor','g',...
'MarkerSize',6);
text(3.5, 7.8,'G \rightarrow','FontSize',16);
text(7.4,7.0,' \leftarrow S','FontSize',16);
text(4.8,4.4,'P \rightarrow','FontSize',16);
text(5.3, 2.8,'Q \rightarrow','FontSize',16);
title('Original Data Points','fontsize',20);
xlabel('Location','fontsize',18);
ylabel('Attribute Values f(x)','fontsize',18);
%print -djpeg90 datapoint2.jpg
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?