No BSD License  

Highlights from
Numerical Analysis and Graphic Visualization with MATLAB

l2_2.m
% L2_2 equivalent to L2_1; Figure 2.1 
% Copyright S. Nakamura, 1995
set(gcf, 'NumberTitle','off','Name', 'Figure 2.1;  List 2.2')

clear,clf,hold off
x = (0:0.05:10)';
y=sin(x).*exp(-0.4*x);
plot(x,y)
xlabel('x'); ylabel('y')

Contact us at files@mathworks.com