No BSD License  

Highlights from
Numerical Analysis and Graphic Visualization with MATLAB

f_sm(y,t,a,b)
% Used in Example 10.17;  L10_12
function f = f_sm(y,t,a,b)
f = [y(2); -a*y(2)-b*y(1)]; 

Contact us at files@mathworks.com