Attempts to call the indentification routine in Dynare produce the following error message:
??? Error: File: dynare_identification.m Line: 759 Column: 11
Expression or statement is incorrect--possibly unbalanced (, {, or [.
When I look at the code listed in the error I see the following,
[~,is]=sort(idelre.cond);
This does not look like correct Malab code. Is this supposed to be
[ss,is]=sort(idelre.cond);
(just taking a wild guess based on a very quick look at earlier versions of the code, but without understanding the routine at all)?