>> syms x y >>ezplot(2*x^4-y^9) 为什么做不了图,我是初学者.

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/09 13:10:16
>> syms x y >>ezplot(2*x^4-y^9) 为什么做不了图,我是初学者.

>> syms x y >>ezplot(2*x^4-y^9) 为什么做不了图,我是初学者.
>> syms x y >>ezplot(2*x^4-y^9) 为什么做不了图,我是初学者.

>> syms x y >>ezplot(2*x^4-y^9) 为什么做不了图,我是初学者.
学做图好几种方法.
第一 用鼠标回放器,用2个号分别上传123456部分的图,依次合影.很麻烦,但最终得出的是全屏高清Q秀.
第二,搞活动的时候,利用漏洞简单的只做一些Q秀,大多 半屏不清.
第三,偷图,利用合影漏洞,去偷人家第一种方法的原图.

>> syms x y >>ezplot(2*x^4-y^9) 为什么做不了图,我是初学者. 我用ezplot作曲线,程序如下:syms x y;ezplot('5*x^2-y^3+2*x^3');怎么提取出对应的x和y 的值, matlab画隐函数图像画不出来.syms x y;ezplot('x+2*y*e^(x/y)=12')这个语句怎样修改才能画出图像来? matlab 绘制的心形图 如何填充红色syms x y>> h=ezplot((x^2+y^2-1)^3-x^2*y^3,[-1.5,1.5])set(h,'Color','red') 用MATLAB,对log2(x)做泰勒展开,并画出对比图像,需要拿 log2(x)的图和展开后的图做比较这是我自己写的syms x y f;y=log2(x);ezplot(y,[0,10]);hold onf=taylor(y,8,x,1);ezplot(f,[0,10]);显示没错,但不是我要的对照 matlab 中fprintfclear all; syms xy = (1500-x)*(1+0.0015*x);ezplot(y,[1000,2000]);dydx = diff(y,x);xsh= solve(dydx);ymax=subs(y,x,xsh);ezplot(y,[0 1500]) ;hold on;plot(xsh,ymax,'-ro'); grid on;hold off;fprintf('the best count is %d dollars/n',xsh)运 matlab ezplot 画图ezplot('y^2=2*x^3+2*x-4');没问题但是比如:a=4;syms x yezplot('y^2=2*x^3+2*x-4+a');就不行了,难道是a没有传递过来吗?在线求解中 matlab的绘图命令我刚学matlab,绘制y=exp(-0.5*x)*sin(5*x)的图,为什么>> syms x>> f=exp(-0.5*x)*sin(5*x);>> ezplot('f',[0,10,-1,1])绘不出来而ezplot('exp(-0.5*x)*sin(5*x)',[0,10,-1,1])能绘出来呢 matlab中如何画 (x^2+y^2)^0.5-((x+5.3)^2+(y-12.3)^2)^0.5-667=0的曲线?我试过了 ezplot('(x^2+y^2)^0.5-((x+5.3)^2+(y-12.3)^2)^0.5-667')和syms y x;t=(x^2+y^2)^0.5-((x+5.3)^2+(y-12.3)^2)^0.5-667;x=solve(eval(t),'y')ezplot(y)一直出错,那位 MATLAB 三种生成x=5的方法 其中的原理求解释方法1 都是离散的y=0:0.01:5;x=y-y+5plot(x,y)方法2 只定义了x是连续的syms xx=5plot(x,y)方法3 定义了三个连续的方法3syms x yx=5ezplot(x,y)我想问的是:方法2为什么 用ezplot函数在matlab中绘制图形我想绘制一个以(0 5 5)和(0 -20000 20000)为焦点的椭球被X-Y平面所截的椭圆.程序如下:R=[0 5 5];T=[0 -20000 20000];syms x y l=norm(R)+norm(T);l=l+50;ezplot('((x^2+(y-R(2))^2+R(3)^2) 问问,matlab是不是ezplot函数画图很不正确,ezplot('x^(2/3)+y^(2/3)-1'),画出来是错的,怎么回事? matlab中fsolve解非线性方程组算例>> syms x yeq1=(1-0.14*x^2)*(0.3+0.7*exp(-0.65*x^6))-0.2537*y;eq2=x-3.9735*y;ezplot(eq1)hold onezplot(eq2)x0=[2 1;-4 -1]for ii=1:2[x fval]=fsolve(@f,x0(ii,:))end运行时总出现Error:f was previously used matlab绘制隐函数图象char a b f;syms x y f=exp((1/(5*sqrt(2*pi)))*exp(-(y-100)^2/50));ezplot('int(int(f,y,0,969600*b-(20*a+20)*(2000-x)),x,500,2000)=500') 帮忙看看为什么这个程序用matlab 2007b可以出图形,2013a就显示空白呢、、、syms x y zf=x^2+y^4+z^3+2*y*z-5*sin(z)-4;clffor ii=-2:.2:2h=ezplot(subs(f,z,ii),[-3 3]);set(h,'zData',ii*ones(size(get(h,'xData'))));hold onendtitle([char matlab中一些新手问题,syms x y;y =ezplot('1/5*(-2-5/(-125+100*sin(x))*(-20*sin(x)+40+10*(-121*sin(x)^2-100*sin(x)+121+100*sin(x)^3)^(1/2))+5/2*sin(x)/(-125+100*sin(x))*(-20*sin(x)+40+10*(-121*sin(x)^2-100*sin(x)+121+100*sin(x)^3)^(1/2)))*cos(x) 如何将matlab得到的多张函数图像显示在一个坐标图像中? 就是函数图像参数改变,图像改变.syms y x a b;a=1,b=-2;y=a+b*x^3;ezplot(y);axis([0 1,-2 2])%上述图像可以得到参数a=1,b=-2的一个图figure,但我如果令 关于matlab的一些问题syms t;y=sym('[1-2*abs(t)]/a]');subplot(221);ezplot(y);y=sym('(1-2*abs(t))/a)');subplot(222);ezplot(y);这两个程序的输出波形不同的诶,请问这两个的差别究竟在哪?