> 数学 >
MATLAB e的负x次方
t的范围是0~2,绘制函数y=(根号2)*(e的-t次方)*sin(2*pi*t + pi/4)
人气:476 ℃ 时间:2020-03-24 06:05:18
解答
t=0:0.01:2;
y=sqrt(2).*exp(-t).*sin(2*pi.*t+pi/4);
plot(t,y)
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版