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!