(1)I just run the example1.mod in dynare++, according to the instruction from the tutorial. But the exampl1_f.m always contains the following and thus this example1.m can not be used in matlab.
% hardwired constants
a0 = 0;
a1 = 1;
a2 = 1.#QNAN;
a3 = 1.1283792;
(2)when I try to find the steady states for another model, and I try to guess the steady states using the method at the end of the tutorial, but the above problem persists.
Thus is 1.#QNAN not recognized in matlab? Is there something wrong with my computer?
Best