No BSD License  

Highlights from
Introduction à Matlab (deuxième édition)

from Introduction à Matlab (deuxième édition) by Jean-Thierry
tous les m-fichiers relatifs à la deuxième édition de l'Introduction à Matlab

bin2(x)
   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