Page 1 of 1

load_params_and_steady_state

PostPosted: Wed Jan 26, 2011 10:02 am
by Vik
Hi!
I have got the following message:

??? Error using ==> load
Number of columns on line 1 of ASCII file K:\EC-Mp\CM

must be the same as previous lines.

Error in ==> load_params_and_steady_state at 39
load(filename);



Error in ==> dynare at 102
evalin('base',fname) ;


Thanks

Re: load_params_and_steady_state

PostPosted: Wed Jan 26, 2011 10:32 am
by jpfeifer
Shouldn't the parameters be stored in a .mat instead if a .txt-file? Try changing the file extension.

Re: load_params_and_steady_state

PostPosted: Wed Jan 26, 2011 11:18 am
by Vik
It works!
Thanks a lot!