No BSD License  

Highlights from
Numerical Analysis and Graphic Visualization with MATLAB

fun_dbx(x)
% function fun_dbx defines a sample function used in
% dbl_exp.  Copyright S. Nakamura, 1995 
function y = fun_dbx(x)
y = sin(x)/sqrt(x); 

Contact us at files@mathworks.com