各位大仙,晚辈在使用matlab运行dynare里面自带的example时候出现如下情况,请问是出现了什么问题?
命令栏中出现下面内容:
>> dynare agtrend.mod
Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Local state space iteration (second order).
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.
[mex] Quasi Monte-Carlo sequence (Sobol).
[mex] Markov Switching SBVAR.
错误使用 dynare (line 96)
DYNARE: can't open agtrend.mod
code中line95-97如下:
95:if length(d) == 0
96: error(['DYNARE: can''t open ' fname])
97:end
请问大仙们,是代码出现问题,还是运行出现问题?晚辈感激。