matlab中怎么把积分函数 int 得到的不定积分式代入 solve 函数中进行计算?例如:syms r xfun=int(r*exp(-2*(r/2)^2),r,0,x);x=solve('fun-0.5','x');运行将会报错:Warning:Explicit solution could not be found.> In solve at 81

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/10 23:39:01
matlab中怎么把积分函数 int 得到的不定积分式代入 solve 函数中进行计算?例如:syms r xfun=int(r*exp(-2*(r/2)^2),r,0,x);x=solve('fun-0.5','x');运行将会报错:Warning:Explicit solution could not be found.> In solve at 81

matlab中怎么把积分函数 int 得到的不定积分式代入 solve 函数中进行计算?例如:syms r xfun=int(r*exp(-2*(r/2)^2),r,0,x);x=solve('fun-0.5','x');运行将会报错:Warning:Explicit solution could not be found.> In solve at 81
matlab中怎么把积分函数 int 得到的不定积分式代入 solve 函数中进行计算?
例如:
syms r x
fun=int(r*exp(-2*(r/2)^2),r,0,x);
x=solve('fun-0.5','x');
运行将会报错:
Warning:Explicit solution could not be found.
> In solve at 81
但是如果是运行
x=solve('int(r*exp(-2*(r/2)^2)-0.5,r,0,x)','x');
又会报错
Error using ==> solve>getEqns at 182
' int(r*exp(-2*(r/2)^2)-0.5,r,0,x) ' is not a valid expression or equation.
Error in ==> solve at 67
[eqns,vars] = getEqns(varargin{:});

matlab中怎么把积分函数 int 得到的不定积分式代入 solve 函数中进行计算?例如:syms r xfun=int(r*exp(-2*(r/2)^2),r,0,x);x=solve('fun-0.5','x');运行将会报错:Warning:Explicit solution could not be found.> In solve at 81
syms r x
fun=int(r*exp(-2*(r/2)^2),r,0,x);
x=solve(fun-0.5)
x =
2^(1/2)*log(2)^(1/2)
-2^(1/2)*log(2)^(1/2)

matlab中,怎样求一个增函数的不定积分?我用得是 matlab2012b.感谢你的回答,亲.比如t=int(x.^2,x,0,x),x范围是(20,30),怎么积分? Matlab中Int函数的使用求这个函数在Matlab中,在[0,1]上的定积分麻烦把整个程序都写出来啊~万分感激! matlab中怎么把积分函数 int 得到的不定积分式代入 solve 函数中进行计算?例如:syms r xfun=int(r*exp(-2*(r/2)^2),r,0,x);x=solve('fun-0.5','x');运行将会报错:Warning:Explicit solution could not be found.> In solve at 81 matlab中画图,用plot,如下面程序 syms t x; p=t*x; y=int(p,x,0,1); 我想用plot把积分后的函数y 画出来程序如下:syms t x;p=t*x; y=int(p,x,0,1);我想用plot把积分后的函数 y 画出来怎么画;直接写plot(t,y)说我没 关于matlab积分函数的定义定义一个积分函数gamma1为在matlab中怎么实现 matlab中,积分上限函数求出后,怎么根据上限范围画出积分曲线? matlab中积分时遇到了没有解析解的积分,但这时vpa(int(函数))可以算出一个值,这个值靠谱吗?是近似值吗? matlab中积分函数都有哪些 matlab怎么对矩阵表示的多项式求定积分?我要对legendre多项式求积分、但是matlab的legendre函数返回的是一个矩阵(行矢)表示的多项式、用int没有办法积分. matlab int函数积分后怎么得不出精确值SNR = 4;SNRP = power(10,SNR/10);syms x;M=4;p = (1 - (1 - qfunc(x)).^(M-1)).*exp(-(x - sqrt(2 .* SNRP)).^2./2);Q = int(p,-500,500)得出的结果为:>> P_OR_errorWarning:Explicit integral could not be 怎么在matlab中求解积分, 用MATLAB对函数exp(-1/x)在区间(2,x)上求积分.怎么求?用int积分会出现个Ei()的东西,得不到结果啊,能不能给个用高斯积分的代码 用matlab求积分出现dilog这个函数.如图,我想求的是这个积分int(((1 / (1 + exp(-0.0564 - 0.044 * x)))*((x +7.71) / (27.49 +7.71))),-7.71,4.69)然后如何去掉dilog,把结果化简成小数呢? matlab中qual函数怎么用啊?我需要用它算上百个积分!积分的函数还是正态函数! 怎么用Matlab绘制一个积分函数图象 Matlab中几个数值积分函数的比较和优缺点 Matlab中几个数值积分函数的比较和优缺点 matlab绘制积分函数图像