NAN when we integrate

2 vues (au cours des 30 derniers jours)
mutah
mutah le 25 Déc 2013
Commenté : Youssef Khmou le 27 Déc 2013
Hi
I have this code
b=1;mu=1;
f = @(t) (t.^(2*mu)).*exp(-t.^2).*besseli(mu-0.5,a.*t.^2)
Q = integral(f,b,Inf)
but give me Q=NAN ??

Réponses (1)

Youssef  Khmou
Youssef Khmou le 25 Déc 2013
hi, i think NaN can be logical answer, plus a is not provided ,
try :
figure, plot(f(-100:0.1:300))
is the area between f and the ax axis defined ?
  2 commentaires
mutah
mutah le 26 Déc 2013
it's ploted 2 lines
Youssef  Khmou
Youssef Khmou le 27 Déc 2013
i tried with a numeric vector, and the returned function contains NaN, so the problem happened before the integration,
r=f(-100:100);
isnan(r);

Connectez-vous pour commenter.

Catégories

En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by