Related to my earlier two messages on problems with Dynare 4.1, here is what I get using Octave (3.2) Starting MATLAB/Octave computing. ./example1_dynamic.mex: cannot open shared object file: No such file or directory error: k_order_perturbation: Caught KordDynare exception: ...
... bugs of previous versions. All users are therefore strongly encouraged to upgrade to this new version. The Windows package for both MATLAB and Octave is available for download on the website. Mac and Linux package should follow soon. Note that users of MATLAB 64-bit under Windows need to install ...
Hi, In this example, MATLAB is giving the right answer, and Octave a wrong answer. I found the reason: it is due to the fact that your Dynare installation doesn't contain the MEX files for Octave. And without them, Octave returns wrong eigenvalues (in ...
Hello, I am trying to run a version of the Gali model with dynare 4.0.4 and octave 3.2.3 under Mac OSX Snow Leopard. I am using the binary package kindly provided by Christophe Cahn. While the code works fine under Windows with Matlab R2009A, it raises a Blanchard-Kahn ...
After Mario sent me his code we found out that the problem was caused by the command "clear all" in the beginning of the filename.mod. This command was put into the middle of the filename.m file. So some of the declared variables ware erased.
Thank you for your help. Nevertheless, I have other dougth, after run the algoritm the octave shows the fowlling error mesenge: "structure has no member maximum_lag". Could you give-me some advise?
Hi all, I´m a new user of dynare and Octave. I´ve instaled the dynare v4.0.4 and octave 3.2.2, but I cannot run the .mod files. I typed the folling commands on octave: addpath c:\dynare\4.0.4\matlab mark_as_command dynare dynare rbc.mod And ...
Hi, Thank you for your answer. It still doesn't work with anti-slashes. There is the same error with my other PC (with XP). Perhap's I did something wrong when I installed octave or dynare :/
I thought that octave (or dynare?) didn't find the file directory. So, I tried this: dynare ('c:/dynare/4.0.4/matlab/examples/rbc.mod') The result is better but it doesn't work
Hi all, I have quite the same problem with dynare 4.0.4 and octave 3.2.2. There isn't any *.mod files in my dynare directories after instalation. So, I create a subdirectory "examples" in c:/dynare/4.0.4/matlab/ I put in this folder the file ...