> 其他 >
利用 plot 函数在一个坐标系下绘制以下函数的图形,y1=sin(x) ; y2=cos(x) ; y3=cos(2x) x∈[0,2*pi]
人气:222 ℃ 时间:2019-10-14 05:01:20
解答
给你个MATLAB上绘的图吧,
下面是代码:
 x=0:pi/100:2*pi;
 plot(x,[sin(x)',cos(x)',cos(2*x)'])
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版