x = 0 :0.02:pi
y = sin(x).*exp((2*x+3))
plot(x,y)
matlab
原文:http://www.cnblogs.com/yuanjiangw/p/6964331.html