Clear Filters
Clear Filters

Error while running Matlab

2 views (last 30 days)
Victor
Victor on 3 Dec 2013
Edited: Victor on 5 Apr 2014
The D matrix being the error. These matrix is extracted from the oo_ output created by dynare first order condition.
  3 Comments
Victor
Victor on 5 Dec 2013
size(A) is empty 0x0
size(oo_.dr.npred) is 1x1
Walter Roberson
Walter Roberson on 5 Dec 2013
That index would indeed be out of range, then.
I do not know anything about Dynare, so I have no suggestions at the moment as to why it might have returned empty ghx

Sign in to comment.

Accepted Answer

Joe
Joe on 21 Jan 2014
It is because the latest version of Dynare does not report nstatic, npred and nfwrd in oo_.dr as the old versions. You have to rewrite the codes related to these three variables.

More Answers (0)

Categories

Find more on Platform and License in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!