No BSD License  

Highlights from
aide mémoire Matlab (seconde édition)

from aide mémoire Matlab (seconde édition) by Jean-Thierry
les m-fichiers de l'aide mémore Matlab seconde édition

ex_erf.m
x = linspace(eps,5);
h=plot(x, erf(x), 'k-', x, erfc(x), 'k.-', x, erfcx(x), 'k.', x, ...
       min(1,1./(sqrt(pi).*x)),'k--');
set(gca,'fontsize',14);
legend(h, 'erf', 'erfc', 'erfcx','1/(\pi^{1/2}x)');

Contact us at files@mathworks.com