>> syms x y >>ezplot(2*x^4-y^9) 为什么做不了图,我是初学者.
>> syms x y >>ezplot(2*x^4-y^9) 为什么做不了图,我是初学者.
我用ezplot作曲线,程序如下:syms x y;ezplot('5*x^2-y^3+2*x^3');怎么提取出对应的
matlab如何用ezplot('x^2+(y-4)^2=1.44')画图且改变图线的颜色!
为什么在matlab中输入syms x f=sym('x/(cos(x))^2') y(1)=diff(f)
问问,matlab是不是ezplot函数画图很不正确,ezplot('x^(2/3)+y^(2/3)-1'),画出来是错
matlab隐函数画图,为什么以下语句在图形窗口显示一片空白:ezplot('y*(3*x^3+y^2)/(x^2+y^
matlab中 syms x y z; R =x^2+y^2;现在要用替换x变成R =z^2+y^2要怎么做?
matlab符号表达式求解:syms x y; m=x+y+1; x=[1 2 3]; y=[4 5 6]; 请问怎么求
matlab计算函数值,syms x y; y=2*x;如何求x=2时y的值
matlab >> syms x y;x=linspace(0,2*pi,60);y=(sin(x)*cos(5*x))
matlab中 syms x; t=1+X-1/X; Y=exp(x+1/x); f=t*y; int(f,x,1/2,
matlab >> syms x y z a b cy=16.7143*x^2-46.227*x+36.3129;z=0