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
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.

カテゴリ

質問済み:

2012 年 1 月 4 日

Community Treasure Hunt

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

Start Hunting!

Translated by