maple 无法画图plot(cos((1/2)*x)+sin(2*x),x = 0 ..4*Pi);Error,(in plot) unknown optional arguments [true]

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/15 03:45:13

maple 无法画图plot(cos((1/2)*x)+sin(2*x),x = 0 ..4*Pi);Error,(in plot) unknown optional arguments [true]
maple 无法画图
plot(cos((1/2)*x)+sin(2*x),x = 0 ..4*Pi);
Error,(in plot) unknown optional arguments [true]

maple 无法画图plot(cos((1/2)*x)+sin(2*x),x = 0 ..4*Pi);Error,(in plot) unknown optional arguments [true]

可以画出来,用上面的命令

maple 无法画图plot(cos((1/2)*x)+sin(2*x),x = 0 ..4*Pi);Error,(in plot) unknown optional arguments [true] maple 怎么画图 maple可以把2个图重叠吗,我想要比较两个函数plot((n-2*log(n))*(n+cos(n)), n = -5 .. 5)plot(n^2, n = -5 .. 5)这2个 matlab中如何画图!x=-pi:0.1:pi; y=cos(x)/cos(2*x);plot(x.y)x=-pi:0.1:pi; y=cos(x)/cos(2*x);plot(x.y)Attempt to reference field of non-structure array 'x'.我的问题是:cos(x)/cos(2x)用matlab怎么画图? matlab下用plot画图怎么加粗 matlab的问题x=8:1:22;y=100.*pow(0.3,10*x)/x;plot(x,y);grid on;怎么无法画图啊 matlab 画图,想加图形注释,哪错了?>> x=0:0.1:10;subplot(2,2,1)plot(x,sin(x),'c-.')xlable(‘x’)ylable(‘y’)title(‘sin(x)’)subplot(2,2,2)plot(x,cos(x),'b:')subplot(2,2,3)plot(x,sin(2*x),'r-*')subplot(2,2,4)plot(x,cos(2*x),'g:o')按 matlab >> syms x y;x=linspace(0,2*pi,60);y=(sin(x)*cos(5*x));plot(x,y) 无法出图, maple画图implicitplot(y = (x-2*log(x))(x+cos(x)),x = -3 ..3,y = -3 ..3,grid = [100,100])这个画不出来,应该怎么写 如何用软件(Mathematica或Maple)画图中的曲面?如何用软件(Mathematica或Maple)画下图中的曲面? [转载]用matlab的plot画图的几种用法 matlab 求如何对符号积分用plot画图? matlab画图x = 0:0.01:10; y =sin(2*x)*cos(100*x)/(2*x); plot(x, y)这个程序为什么matlab总是报错?哪里错了?求大神赐教 用MATLAB画图,例>> x=0:pi/15:2*pi; >> y1=sin(x); >> y2=cos(x); >> plot(x,y1,x,y2)这个 x=0:pi/15:2*pi 为什么mathematica画图不能显示图像,只有坐标?u[t_]=60 + 3 (0.482406 cos t + 0.631469 sin t)Plot[u[t],{t,0,1000}]范围不管怎么取都没有图像.所以应该不是范围的问题吧. 用matlab画图问题求解我的函数是y=(1.25-cosx)/(1.81-1.8cosx),打算画图看看我的输入x=0:0.01:10y=(1.25-cos(x))/(1.81-1.8cos(x))plot(x,y)结果,y只代表一个数,请问怎么办 matlab中一维数组怎么用plot函数画图 像a=[1,2,3,4] 用plot怎么表达出来? matlab程序中plot(x(:,我知道plot是画图的意思,可是我不知道括号里面的“x(:,