by horvathar » Sun Aug 05, 2007 3:14 pm
Dear Everybody!
I've already installed Dynare on two or three computers and it's working. But I' ve problem after doing the same on my own computer. (Same MATLAB version).
So, after unpacking and setting path when I run the example files, I got the following message (after the steady state has appeared):
??? Input argument "C" is undefined.
Error in ==> double at 27
b0=C'*(R\C);
Does anybody have any idea what I did the wrong way?
Thanks, Áron
Other messages follow the first one (I suppose they are the corrollary of the first):
Error in ==> ismember at 85
a = double(a);
Error in ==> setdiff at 110
tf = ~(ismember(a,b));
Error in ==> set_state_space at 23
stat_var = setdiff([1:endo_nbr]',union(union(pred_var,both_var),fwrd_var)); % static variables
Error in ==> dr1 at 124
dr=set_state_space(dr);
Error in ==> resol at 56
[dr,info] = dr1(dr,check_flag);
Error in ==> check at 18
[dr, info] = resol(ys_,1);
Error in ==> kati at 108
check;
Error in ==> dynare at 26
evalin('base',fname) ;
:?: :?: