No BSD License
function y = ff(x) y = ((x(1,:)).^2+x(2,:).^2+x(3,:).^2 < 9)... & ((x(1,:)-2).^2+x(2,:).^2+x(3,:).^2 <4);
Contact us at files@mathworks.com