Prev: 5X5 Matrice in Matlab
Next: textscan command problem
From: iw on 2 Feb 2007 08:27 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 2 Feb 2007 08:52 Sorry I found mistake :) Iw
|
Pages: 1 Prev: 5X5 Matrice in Matlab Next: textscan command problem |