www.pudn.com > distmesh.rar > uniformity.m, change:2006-02-13,size:213b


function u=uniformity(p,t,fh,varargin) 
 
%   Copyright (C) 2004-2006 Per-Olof Persson. See COPYRIGHT.TXT for details. 
 
[pc,r]=circumcenter(p,t); 
hc=feval(fh,pc,varargin{:}); 
 
sz=r./hc; 
u=std(sz)/mean(sz);