No BSD License
function e = bin2(x) x2 = x.*x; x4 = x2.*x2; e = 1 - 6.*x + 15.*x2 - 20.*x2.*x + 15.*x4 -6.*x4.*x + x4.*x2;
Contact us at files@mathworks.com