Integral2 Not A Number

1 次查看(过去 30 天)
Tommaso Attili
Tommaso Attili 2019-1-31
Dear all I have to solve this integrala, but it gives Nan. Any suggestions?
a=5
d=50
r=25
B=@(x,y)(besselj(0,x.*y.*a/d)).*((1-y.^2).^0.5).*y.*besselj(0,x*r/d).*((x.*tanh(x)).^0.5).*sin((((9.81/d*10)^2).*x).*tanh(x)).^0.5).*x;
E=integral2(B,0,inf,0,1,'Method','iterated')
Thanks!

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mathematics 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by