Search found 589 matches: +octave

Return to advanced search

Re: Error message with IRFs

Sorry, but Dynare no longer runs under Scilab.

However, Dynare now runs on GNU Octave (a free clone of Matlab). See http://www.dynare.org/DynareWiki/DynareOctave for details.

Best

Sébastien
by SébastienVillemot
Tue Mar 10, 2009 9:52 am
 
Forum: Dynare help
Topic: Error message with IRFs
Replies: 2
Views: 3331

Re: dynare.m

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 ...
by SébastienVillemot
Tue Jan 13, 2009 3:52 pm
 
Forum: Dynare help
Topic: dynare.m
Replies: 4
Views: 5287

Re: dynare.m

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: ...
by Gordon
Tue Jan 13, 2009 2:00 pm
 
Forum: Dynare help
Topic: dynare.m
Replies: 4
Views: 5287

Re: dynare.m

... 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 ...
by SébastienVillemot
Mon Jan 12, 2009 2:39 pm
 
Forum: Dynare help
Topic: dynare.m
Replies: 4
Views: 5287

dynare.m

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> ...
by Gordon
Sat Jan 10, 2009 3:44 am
 
Forum: Dynare help
Topic: dynare.m
Replies: 4
Views: 5287

Re: Problem with dynare-Octave

Many thanks for the advise! I had a wrong version of Octave.

Antti
by ripatti
Wed Nov 12, 2008 3:13 pm
 
Forum: Dynare version 4
Topic: Problem with dynare-Octave
Replies: 3
Views: 3872

Re: Problem with dynare-Octave

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++ ...
by SébastienVillemot
Wed Nov 12, 2008 9:46 am
 
Forum: Dynare version 4
Topic: Problem with dynare-Octave
Replies: 3
Views: 3872

Re: Problem with dynare-Octave

Hi Antti,

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

All the best,

Michel
by MichelJuillard
Wed Nov 12, 2008 1:50 am
 
Forum: Dynare version 4
Topic: Problem with dynare-Octave
Replies: 3
Views: 3872

Problem with dynare-Octave

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 ...
by ripatti
Sun Nov 09, 2008 8:38 pm
 
Forum: Dynare version 4
Topic: Problem with dynare-Octave
Replies: 3
Views: 3872

Re: Dynare version 4.0.1 is released

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 ...
by SébastienVillemot
Thu Oct 23, 2008 9:47 am
 
Forum: Dynare version 4
Topic: Dynare version 4.0.2 is released
Replies: 3
Views: 3226

Re: Dynare version 4.0.1 is released

... 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 ...
by mauriceroche
Tue Oct 21, 2008 4:17 pm
 
Forum: Dynare version 4
Topic: Dynare version 4.0.2 is released
Replies: 3
Views: 3226

"saveas" not existing in Octave? (called by mode_c

Hi,

the function mode_check calls the Matlab function saveas. This function does not seem to exist in OCTAVE (3.0.0). So Dynare crashes.

Best

Gianni
by lombard
Wed Sep 24, 2008 4:36 pm
 
Forum: Dynare help
Topic: "saveas" not existing in Octave? (called by mode_c
Replies: 1
Views: 4011

Octave incompatible command in dynare_estimate

Hi,

The following command has an extra prime which makes Dynare crash on
Octave

Code: Select all
  eval(['load ' options_.mode_file ';']');


Best

Gianni
by lombard
Wed Sep 24, 2008 3:54 pm
 
Forum: Dynare help
Topic: Octave incompatible command in dynare_estimate
Replies: 1
Views: 2866

... 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. ...
by SébastienVillemot
Mon Sep 22, 2008 8:23 am
 
Forum: Dynare help
Topic: mex source folder in Dynare 4 linux new release
Replies: 8
Views: 6296

Re: Scilab 4.1.2

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 ...
by StephaneAdjemian
Tue Sep 02, 2008 9:00 am
 
Forum: Dynare help
Topic: Install dynare with scilab version (Scilab 4.1.2 version)
Replies: 3
Views: 6155
PreviousNext

Return to advanced search