No BSD License
function y= cercle(x, xx) y = ((x(1)-xx(:,1)).^2 + (x(2)-xx(:,2)).^2 - x(2).^2 -x(1).^2 ); y = y(:);
Contact us at files@mathworks.com