subscript indices
Posted: Wed Nov 25, 2009 3:18 am
Hi,
I have been getting the following error message;
??? Subscript indices must either be real positive integers or logicals.
Error in ==> dr1 at 222
b = jacobia_(:,k0);
Error in ==> resol at 101
[dr, info, M_,iptions_,oo_]=dr1(dr,check_flag,M_,options_oo_);
Error in ==> check at 48
[dr, info]=resol(oo_.steady_state,1);
Error in ==> p1b at 387 // "p1b" is my mod file name.
check;
Error in ==> dynare at 102
evalin('base', fname);
Someone who had the same problem and posted before said the problem had been solved once he reduced the number of parameters.
I was wondering if the reduction was a/the solution then some of parameters should be derived from the definition instead of
obtained numerically.
Or should I look at other potential flaws?
Thanks,
Kaz
I have been getting the following error message;
??? Subscript indices must either be real positive integers or logicals.
Error in ==> dr1 at 222
b = jacobia_(:,k0);
Error in ==> resol at 101
[dr, info, M_,iptions_,oo_]=dr1(dr,check_flag,M_,options_oo_);
Error in ==> check at 48
[dr, info]=resol(oo_.steady_state,1);
Error in ==> p1b at 387 // "p1b" is my mod file name.
check;
Error in ==> dynare at 102
evalin('base', fname);
Someone who had the same problem and posted before said the problem had been solved once he reduced the number of parameters.
I was wondering if the reduction was a/the solution then some of parameters should be derived from the definition instead of
obtained numerically.
Or should I look at other potential flaws?
Thanks,
Kaz