You are on page 1of 1

x=linspace(0,4*pi,100)

y=exp(-.4*x).*sin(x)
plot(x,y)
axis('equal')
plot(x,y)
print

You might also like