> 其他 >
怎样用matlab画出正弦函数的图像?
怎样用matlab画出正弦函数y=sin(0.225t+pi/70)的图像?
人气:430 ℃ 时间:2020-01-26 02:17:45
解答
t = 0:0.1:10
y = sin(0.225*t + pi / 70);
plot(t,y)
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版