Use of Quadv
古いコメントを表示
We have tried to integrate the 2 dimensional normal densityfunction which is expressed by vectors, with one unknown parameter, this was done succesfully with the function Quadv.
Now we would like to integrate the 3 dimensional normal densityfunction with two unknown parameters - which function can we use, when the densityfuntion is expressed by vectors?
回答 (2 件)
Mike Hosea
2012 年 1 月 4 日
0 投票
I don't understand your application.
However, speaking quite generally, QUADV is the vector-valued form of QUAD. There is nothing similar for QUADL, QUADGK, QUAD2D, DBLQUAD, or TRIPLEQUAD. I suggest you write a loop or loops, calculating each output element by a (scalar-valued) call to QUAD2D.
Walter Roberson
2012 年 1 月 5 日
0 投票
Possibly this will help: http://www.mathworks.com/matlabcentral/answers/15728-problem-with-4-d-integral-i-matlab
カテゴリ
ヘルプ センター および 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!