No BSD License  

Highlights from
Numerical Methods for Physics

from Numerical Methods for Physics by Alejandro Garcia
Companion Software

my_f(x,param)
function y = my_f(x,param)
% Error function integrand
y = exp(-x^2);
return;

Contact us at files@mathworks.com