How do I refine my integration?
古いコメントを表示
I am using integral and integral2 functions to numerically integrate, I am however very skeptical about the results. I was wondering how would one make the results more accurate? Any options that can make the answere more accutare.
1 件のコメント
Star Strider
2015 年 1 月 27 日
What function are you numerically integrating?
What makes you skeptical about the results?
採用された回答
その他の回答 (2 件)
John D'Errico
2015 年 1 月 27 日
Huh? You have given us NO information to help you, except that you are doing an integration. I find myself left with many questions, any or all of which point to entirely possible factors, including the last one I mention.
- What is the kernel?
- What did you try?
- Are you using the tools improperly?
- Do you just have the tolerances set improperly for the problem you are trying to solve?
- Have you set the limits too wide?
- Is this just a very difficult problem to integrate?
- Is your kernel highly nonlinear? Are there singularities?
- Do you just have no clue as to how to use a numerical integration tool?
I'm sorry, but I have no idea what your capabilities are, so the last is entirely plausible since you have given us no information at all.
So you could read the help for those tools, which would tell you how to use them in great detail, including how one would set tolerances. I know, real men don't need no steenkin help.
Youssef Khmou
2015 年 1 月 27 日
編集済み: Youssef Khmou
2015 年 1 月 27 日
0 投票
Accurate result is obtained if you use the same sampling rate,as the original function, in integral.
カテゴリ
ヘルプ センター および File Exchange で Numerical Integration and Differentiation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!