image thumbnail
Ne=Newton(x)
function Ne=Newton(x)

if x<2
    Ne=24/x;
elseif x >= 2 & x < 500
    Ne=18.5*x^(-0.6);
else    Ne=0.45;
end

end

Contact us at files@mathworks.com