Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

%g163x02

x=[0:0.01:10];
y=[(40/1+(x-4).^2.)+5*sin(20*x/pi)];
plot(x,y)
xlabel('x Values')
ylabel('y Values')

Published with MATLAB R2013a

You might also like