> 其他 >
matlab绘图中的语法t=0:0.1:2*pi;y=sin(t);plot(t,
如题~
人气:308 ℃ 时间:2020-01-28 21:30:03
解答
t=0:0.1:2*pi;%0到2π以0.1为间隔取值如0 0.1 0.2 0.3 ...2π
y=sin(t);
plot(t,y)%t的值为横坐标,y的值为纵坐标画图
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版