scatter
Scatter plot散点图绘制
Syntax语法格式
scatter(X,Y,S,C)
scatter(X,Y)
scatter(X,Y,S)
scatter(...,markertype)
scatter(...,'filled')
scatter(...,'PropertyName',propertyvalue)
scatter(axes_handle,...)
h = scatter(...)
Examples
load seamount
scatter(x,y,5,z)
% Vary the size of circles by inverse depth and fill them with dark red
figure
scatter(x,y,sqrt(-z/2),[.5 0 0],'filled')
zoom(2)
%欢迎与【肥波猫feibomao#qq.com】一起免费讨论Matlab相关的知识或者私信头条号肥波猫