Please launch the "dir" command on the Octave prompt. This should list the files of the current working directory, as Octave sees them. This should indicate if "rbc4.mod" is seen by Octave or not. One possibility is that your ...
Thank you for your reply. However, my problem has not been solved. Gordon octave-3.0.3.exe:5> dynare rbc4.mod Configuring Dynare ... [mex] Generalized QZ. [mex] Sylvester equation solution. [mex] Kronecker products. [mex] Sparse kronecker products. error: DYNARE: ...
... remarks (which probably have no relation to your problem): ⋅ the line "pkg rebuild..." need not be typed every time you run Octave; only the first time ⋅ You can just type "dynare rbc4.mod" instead of "dynare('rbc4.mod')"; this is precisely ...
Dear all, I am a new comer to the World of Dynare. I cannot run dynare. I cannot open dynare.m. Could somebody help me? best, Gordon octave-3.0.3.exe:2> pkg rebuild -noauto ftp ann database octave-3.0.3.exe:3> addpath c:\dynare\4.0.2\matlab octave-3.0.3.exe:4> mark_as_command dynare octave-3.0.3.exe:5> ...
Hi I agree with Michel. Note that on the Octave Forge site, they provide two binaries for Octave 3.0.1: - one compiled with Microsoft Visual C++ 2005, simply called "octave-3.0.1.exe" - and another compiled with Microsoft Visual C++ ...
obviously the DLL's that we are shipping aren't compatible with your version of Octave. Please, try to recompile them by following the instructions at http://www.dynare.org/DynareWiki/BuildingDlls
Dear Musketeers, I am running dynare 4.0.2 with Octave 3.0.1. The dynare code is something very simple (so far). The code crashes to the following error message that is accompanied with an error message window saying Microsoft Visual C++ Runtime ...
Hi This file is purposedly named rcond.m, because Octave (a free clone of Matlab) doesn't have a builtin "rcond" function. And Dynare makes a heavy use of that function (which computes the reverse condition number of a matrix). So we are ...
... is a command in Matlab (my version 7.6.0.324) rcond.m. So I get the following in Dynare Warning: Function C:\MYWORK\Procs\matlab\Dynare4\4.0.1\mex\octave\rcond.m has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict. It does not affect anything ...
... Note that you have to install two packages: the package "dynare" for the M-files, the preprocessor (and also the MEX files compiled for Octave), and a package "dynare-matlab74" or "dynare-matlab75" for the MEX files compiled for Matlab, depending on your Matlab version. ...
Hi Christian, We do not maintain anymore the scilab version of Dynare. If you do not want to use matlab, you should try to run Dynare under Octave (available under linux, windows or mac). We try to keep all the code compatible with this free alternative to matlab. You will find some informations ...