Prior figures do not stop appearing

Hello, it is me again
I have a problem with my estimation procedure.
I am trying to estimate a large scale dsge model. When I run a my estimation code, the prior figures do not stop appearing.
Somebody know what could be wrong? It is strange because Dynare does not show any error message.
Thanks again.
Hope somebody can help me
Regards,
Elmer.

well, finally Matlab stops and it gave me this message:

//------------------------
You did not declare endogenous variables after the estimation/calib_smoother command.

Maximum recursion limit of 500 reached. Use set(0,‘RecursionLimit’,N)
to change the limit. Be aware that exceeding your available stack space
can
crash MATLAB and/or your computer.

Error in ismember>ismemberlegacy
---------------------------//

Can any of you tell me how can i fix this problem? I tried declaring endogenous variables but I do not know how to write the code.

Many thanks again in advance

Lin

Hello,
Now I was able to declare a list of endogenous variables. I tried with just one variable, but still the message of “Maximum recursion limit of 500 reached appears”.
Do you know how to solve this problem?
Regard,
Lin.

Usually that happens when your data has the same name as the mod-file.

I am so sorry for the silly mistake, Professor.
Thank you a lot anyways.
Lin