标题:
画衰减振荡函数y=exp(-t/3)sin(3t)
[打印本页]
作者:
liuda
时间:
2015-1-22 03:09
标题:
画衰减振荡函数y=exp(-t/3)sin(3t)
>> t=0:pi/50:4*pi;>> y=exp(-t/3).*sin(3*t);
>> plot(t,y,'-r','LineWidth',2)
>> axis([0,4*pi,-1,1])
>> xlabel('x');ylabel('y')
欢迎光临 (http://www.51hei.com/bbs/)
Powered by Discuz! X3.1