用Matlab求解定积分作图时出现Explicit integral could not be found这样一个数 想用matlab画出Φ与e的坐标图,横坐标是e,纵坐标是Φ,Io=1,r=0.01,具体编的程序是:clc;clear all;i=1;r=0.01;e=0:0.01:2;syms x y;y=1/4*i*int

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/06 03:45:36
用Matlab求解定积分作图时出现Explicit integral could not be found这样一个数  想用matlab画出Φ与e的坐标图,横坐标是e,纵坐标是Φ,Io=1,r=0.01,具体编的程序是:clc;clear all;i=1;r=0.01;e=0:0.01:2;syms x y;y=1/4*i*int

用Matlab求解定积分作图时出现Explicit integral could not be found这样一个数 想用matlab画出Φ与e的坐标图,横坐标是e,纵坐标是Φ,Io=1,r=0.01,具体编的程序是:clc;clear all;i=1;r=0.01;e=0:0.01:2;syms x y;y=1/4*i*int
用Matlab求解定积分作图时出现Explicit integral could not be found
这样一个数  想用matlab画出Φ与e的坐标图,横坐标是e,纵坐标是Φ,Io=1,r=0.01,具体编的程序是:
clc;
clear all;
i=1;
r=0.01;
e=0:0.01:2;
syms x y;
y=1/4*i*int(1-cos(2*atan((sqrt(r.^2-e.^2*(sin(x)).^2)-e.*cos(x))/0.01)),0,2*pi);
plot(e,y)
运行后系统提示警告  Explicit integral could not be found和
Error using ==> plot
Conversion to double from sym is not possible.

用Matlab求解定积分作图时出现Explicit integral could not be found这样一个数 想用matlab画出Φ与e的坐标图,横坐标是e,纵坐标是Φ,Io=1,r=0.01,具体编的程序是:clc;clear all;i=1;r=0.01;e=0:0.01:2;syms x y;y=1/4*i*int
int是符号积分,这个积分解matlab找不到显示表达式,因此得不到定积分的值.
因为你的目的是画出图像,所以可改用数值积分,quad或者integral.

用Matlab求解定积分作图时出现Explicit integral could not be found这样一个数 想用matlab画出Φ与e的坐标图,横坐标是e,纵坐标是Φ,Io=1,r=0.01,具体编的程序是:clc;clear all;i=1;r=0.01;e=0:0.01:2;syms x y;y=1/4*i*int 用定积分求解 用MATLAB计算0到1/2的exp(811x^2)定积分 求具体代码 用matlab计算定积分 用matlab编写程序,求解1/(x+5)的定积分,方法根据定积分的原始定义 matlab 三维指数作图 exp(急)求用matlab作图:y1在(0,-5]区间,y2在(0,+5]区间.作图:z=-y1*exp(y1+y1*y2)我用了:>> y1=0:-0.1:-5;y2=0:0.1:5;>> [Y1,Y2]=meshgrid(y1,y2);>> z=-y1.*exp(y1.+y1.*y2);>> mesh(Y1,Y2,z)但出现了错 用定积分定义求解 matlab怎样用int法求解定积分exp(-x^2/2)/sqrt(2*pi)这是函数,求0到1的定积分,用int法,为啥我求出来是1/2*erf(1/2*2^(1/2)),这是什么东西?erf是什么? exp(-x^2)近似积分值,积分区间为0到2000用matlab程序求解用C++,C程序也可以 求解用matlab解积分,范围为0~1,被积分函数为x^n*exp(x-1),n=1:20 积分求解下式 用matlab求解时出现Explicit integral could not be found.y=u^4*exp(-2.4831*u^2)/((u+0.5394*(2/(1+1.179*u)^3+3/(1+1.179*u)^2+3/(1+1.179*u))/8)^2*(1-u^2)^0.5)int(y,0,1) 怎么样用matlab求定积分?我要求一个f(x)=(x+1)^10*exp(-x)在[0,1]上的定积分,在matlab上应该怎么写程序啊, 请教:怎么用matlab求定积分我要求一个f(x)=(x+1)^10*exp(-x)在[0,1]上的定积分,在matlab上应该怎么写程序啊,谢谢了. 如何用MATLAB求解矩阵方程、定积分 定积分上下限能否用字母代替 求解一个定积分 ∫【-∞,+∞】exp(-t²/2)dt 含有定积分形式的非线性方程组 用matlab 该怎么求解~~Parameters a,b,c,d,e,f ;Function int(exp(a+b*x+c*x^2+d*x^3+e*x^4+f*x^5)),x=0.5779,13.5883)=1;int(x*exp(a+b*x+c*x^2+d*x^3+e*x^4+f*x^5)),x=0.5779,13.5883)=6.86;int(x^2*exp(a+b*x+c*x^ 怎样用matlab求定积分738.5*x^2*exp(-0.00105*x^2) 积分范围为0到1.9 matlab计算定积分