problem with error messages
Posted: Thu Feb 28, 2008 10:51 pm
I have a problem with a .mod file. I have a linear modell and I wanted to solve it with dynare, but MATLAB wrote:
??? Subscript indices must either be real positive integers or logicals.
Error in ==> dr1 at 139
b = jacobia_(:,k0);
Error in ==> resol at 56
[dr,info] = dr1(dr,check_flag);
Error in ==> check at 18
[dr, info] = resol(ys_,1);
Error in ==> modell5 at 185
check;
Error in ==> dynare at 26
evalin('base',fname) ;
and I just don't know what should I do with these messages. I attach my .mod file, and I hope there's someone who can help me.
Zsoka
??? Subscript indices must either be real positive integers or logicals.
Error in ==> dr1 at 139
b = jacobia_(:,k0);
Error in ==> resol at 56
[dr,info] = dr1(dr,check_flag);
Error in ==> check at 18
[dr, info] = resol(ys_,1);
Error in ==> modell5 at 185
check;
Error in ==> dynare at 26
evalin('base',fname) ;
and I just don't know what should I do with these messages. I attach my .mod file, and I hope there's someone who can help me.
Zsoka