I am trying to solve a DSGE model and I got the following errors in my code. I didn`t understand where do these errors stem from. I really appreciate if you could help me on this.
??? In an assignment A(I) = B, the number of elements in B and
I must be the same.
Error in ==> C:\dynare_v3\examples\code_fff.m
On line 42 ==> z(2 = exp(y(35)) -(eta*(exp(y(37)+y(1))*exp(y(5))^(alfah-1)+kappag*exp( ...
Error in ==> c:\dynare_v3\matlab\dynare_solve.m
On line 41 ==> fvec = feval(func,x,varargin{:});
Error in ==> c:\dynare_v3\matlab\steady_.m
On line 23 ==> [ys_,check] = dynare_solve([fname_ '_fff'],x);
Error in ==> c:\dynare_v3\matlab\steady.m
On line 7 ==> steady_;
Error in ==> C:\dynare_v3\examples\code.m
On line 206 ==> steady(0);
Error in ==> c:\dynare_v3\matlab\dynare.m
On line 26 ==> evalin('base',fname) ;