matlab solve 函数 求 (1+0.2x^2)^(-0.5)/x=4.2336我用的是x=solve('(5./6).^3./x.*(1+0.2.*x.^2).^(-0.5)-2.45=0','x')但是报错Undefined function 'solve' for input arguments of type 'char'.Error in hw5 (line 2)x=solve('(5./6).^3./x.*(1+0.2.*x

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/28 23:25:16

matlab solve 函数 求 (1+0.2x^2)^(-0.5)/x=4.2336我用的是x=solve('(5./6).^3./x.*(1+0.2.*x.^2).^(-0.5)-2.45=0','x')但是报错Undefined function 'solve' for input arguments of type 'char'.Error in hw5 (line 2)x=solve('(5./6).^3./x.*(1+0.2.*x
matlab solve 函数 求 (1+0.2x^2)^(-0.5)/x=4.2336
我用的是
x=solve('(5./6).^3./x.*(1+0.2.*x.^2).^(-0.5)-2.45=0','x')
但是报错
Undefined function 'solve' for input arguments of type 'char'.
Error in hw5 (line 2)
x=solve('(5./6).^3./x.*(1+0.2.*x.^2).^(-0.5)-2.45=0','x')

matlab solve 函数 求 (1+0.2x^2)^(-0.5)/x=4.2336我用的是x=solve('(5./6).^3./x.*(1+0.2.*x.^2).^(-0.5)-2.45=0','x')但是报错Undefined function 'solve' for input arguments of type 'char'.Error in hw5 (line 2)x=solve('(5./6).^3./x.*(1+0.2.*x
solve('(1+0.2*x^2)^(-0.5)/x-4.2336','x')
ans =
-2.2483736404260589268213973954644*i
.23491280714922488126221217004630
solve('(1+0.2*x^2)^(-0.5)/x-2.45','x')
ans =
.40173129301149661325925670533651
-2.2718688412372508586562740932215*i

MATLAB,solve函数, 为什么solve函数后matlab无反应 matlab怎么用solve求解析解 matlab solve 函数 求 (1+0.2x^2)^(-0.5)/x=4.2336我用的是x=solve('(5./6).^3./x.*(1+0.2.*x.^2).^(-0.5)-2.45=0','x')但是报错Undefined function 'solve' for input arguments of type 'char'.Error in hw5 (line 2)x=solve('(5./6).^3./x.*(1+0.2.*x matlab解方程,方程如下,我用solve函数解不出来其中,θ0、θ1、θ2是未知数,其他全是已知 求帮忙 matlab中solve函数不能用的原因 matlab 解方程 三角函数求beta值.其他可以给定数值.请问用solve函数能解吗?请给出方法. matlab solve函数解方程错在哪里输入:syms xf=sym('-x^3+x^2-1=0')v=solve(f)w=double(v)结果:Attempt to execute SCRIPT solve as a function.Error in ==> sym.solve at 49[varargout{1:max(1,nargout)}] = solve(S{:});Error in ==> solve at 3v=so 求matlab的symbolic toolbox ,谢谢谢谢!用matlab解方程,需要用到solve函数,我用的是R2009a版的matlab,里边没有这个函数. 我的邮箱gbc0608@163.com matlab中solve函数solve函数最多可以解多少维的方程组,上千维的可以吗, matlab中t调用maple求不等式这样可以吗?maple('solve({x+4>1,x-2 matlab solve函数 xmaxr=solve(dydx,x)其中dydx是一个x和r的多项式 matlab求正态分布函数. 求matlab数学函数? matlab里solve函数不能使用,即使算x+1都不对solve(x+1==2,x),已经按照说明里,采用了最简单的了,为什么还是错的 matlab里的tanh()函数括号内可以采用别的函数吗?clearh=1;l=eval(solve('x*tanh(x*h)=4','x'));l以上是我的函数 运行后显示警告:Explicit solution could not be found.> In solve at 179 但是如果我直接在solve句里把h matlab求解:40*x+1-exp(x/2)=0.我用solve函数求解,只得出0解,哪位大神可以帮忙解决一下?谢谢 matlab里solve如何使用,是否有别的函数可以代替它?