フィルターのクリア

why does the fist code give me warning while the second code works well?

1 回表示 (過去 30 日間)
Lin LI
Lin LI 2011 年 10 月 8 日
why does the fist code tells me minimum step size reached, while the second one give me no warnings? Thank you very much for your help.
this is the first one:
ff=@(x) 1./x ; b=quad(ff,0,1)
Warning: Minimum step size reached; singularity possible.
> In quad at 103
b =
45.5496
here is the second one:
ff=@(x) sqrt(log(1./x)) ; b=quad(ff,0,1)
b =
0.88621

採用された回答

Walter Roberson
Walter Roberson 2011 年 10 月 8 日
The second one has a finite integral over that region, sqrt(pi)/2

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePerformance Profiling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by