资源简介

用matlab语言编写的用颜色表示数据密度的散点图

资源截图

代码片段和文件信息

function out = scatplot(xymethodradiusNnpoms)
% Scatter plot with color indicating data density
%
% USAGE:
%   out = scatplot(xymethodradiusNnpoms)
%   out = scatplot(xydd)
%
% DEscriptION:
%   Draws a scatter plot with a colorscale 
%   representing the data density computed 
%   using three methods
%
% INPUT VARIABLES:
%   xy - are the data points
%   method - is the method used to calculate data densities:
%       ‘circles‘ - uses circles with a determined area 
%               centered at each data point
%       ‘squares‘ - uses squares with a determined area 
%               centered at each data point
%       ‘voronoi‘ - uses voronoi cells to determin data densities
%               default method is ‘voronoi‘
%   radius - is the radius used for t

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       6493  2012-11-02 15:18  scatplot.m

----------- ---------  ---------- -----  ----

                 6493                    1


评论

共有 条评论