Explicit integral could not be found.
1 次查看(过去 30 天)
显示 更早的评论
Hi, I'm having problem to get the integral computed below (q3):
syms teta h t z n;
f=exp((-n^2*pi^2*t)/h^2)*cos(0.8*n*pi)*cos(n*pi)*(1/2-z/h);
f1=symsum(f,n,-8,8);
q=exp(-(tan (teta)^2-(z+03*h)^2)/4*t)*(1+2*f1);
q1=int(q,z,-h/2,h/2);
q3=int((exp (-1/4*t)/t)*q1,t,1,10)
q2=(1/(2*h))*q3;
I'm getting the following note:
Warning: Explicit integral could not be found.
Could someone help me?
0 个评论
采纳的回答
Walter Roberson
2011-11-21
Your code has the same problem as Rayanne's did. See http://www.mathworks.com/matlabcentral/answers/21723-warning-explicit-integral-could-not-be-found
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with MuPAD 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!