From: iw on
Hi
I'm trying to use function MVNCDF.
it's working OK if I'm only specifying upper limit X
mvncdf(X,mu,sigma)

But when I'm specyfing upper and lower limit like:
mvncdf(xl,xu,mu,sigma)

i got error mesage:
"Error using ==> mvncdf
Dimentions of X, MU, and SIGMA must agree."

i test it on very simple example (dimension 2) and it doen't work. It
looks like Matlab doesn't know that now he should take into accound
that i have 4 input instead of 3.

Have you seen this problem before? If yes, how did you solve it.
Thanks
iwona
From: iw on
Sorry

I found mistake :)
Iw