Search found 589 matches: +octave

Return to advanced search

No output produced

... computes the equations, and creates the m-files, but then no graphs or any other output whatsoever appears; the last line is "starting MATLAB/Octave computing", and then, nothing happens. For information, I am running it on Matlab 7.0.1 - but I also tried on Octave, and it does the same ...
by Fraxinus
Mon Feb 22, 2010 7:35 pm
 
Forum: Dynare help
Topic: No output produced
Replies: 1
Views: 941

why does dynare compute my model infinitely?

... dynare actually does not compute it (the model is really simple, see below, but after a few minutes dynare still stands at "starting matlab/octave computing"). Being a newbie I have no idea what might be wrong, as no errors are reported. Could you possibly help? Thanks a lot! var c, ...
by marcin_j
Sun Feb 21, 2010 2:54 pm
 
Forum: Dynare help
Topic: why does dynare compute my model infinitely?
Replies: 3
Views: 1796

Problems with mex file, matlab r2009a

... model derivatives: - order 1 Computing dynamic model derivatives: - order 1 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. Norm of First-order Trust-region Iteration Func-count f(x) step optimality radius 0 1 3.19461 0.927 1 1 2 1.34828 1 1.12 1 2 3 1.34828 ...
by agalvao
Fri Feb 19, 2010 5:46 pm
 
Forum: Dynare help
Topic: Problems with mex file, matlab r2009a
Replies: 0
Views: 1192

Re: install problem w 32-bit matlab 64-bit *nix OS

Hi, Your problem seems complicated, for two reasons: you're using your own Octave build, and your MATLAB 32-bit doesn't match your 64-bit arch. I suggest the following: ⋅  configure Dynare without specifying a PATH to matlab, or even with the "--disable-matlab" ...
by SébastienVillemot
Mon Feb 15, 2010 4:32 pm
 
Forum: Dynare help
Topic: install problem w 32-bit matlab 64-bit *nix OS
Replies: 7
Views: 5203

starting dynare++

... Dynare++.exe file, but nothing happens. Do I need to have C++ compiler or something similar? Since I could not get Dynare++ going, I installed GNU Octave 3.2.3 to try out Dynare 4.1.0 and tried to run example2.mod file that I downloaded from dynare.org. This is what I got: GNU Octave, version 3.2.3 ...
by taleksa
Wed Feb 10, 2010 11:20 pm
 
Forum: Dynare help
Topic: starting dynare++
Replies: 7
Views: 4861

Re: install problem w 32-bit matlab 64-bit *nix OS

For the record, I am building from source because I have compiled my own lapack/atlas from source, Octave from source and the packaged binaries also fail probably because of the mismatch between matlab 32-bit and my architecture. Gotten a little further. I went ahead and ...
by jseabold
Mon Feb 08, 2010 8:48 pm
 
Forum: Dynare help
Topic: install problem w 32-bit matlab 64-bit *nix OS
Replies: 7
Views: 5203

install problem w 32-bit matlab 64-bit *nix OS

... following ./configure --with-matlab=~/matlab MATLAB_VER=7.8 make But when I run make check I receive the following error: <snip> Starting MATLAB/Octave computing. error: DYNARE: Can't find bytecode DLL. Please compile it or remove the 'bytecode' option. error: called from: error: /home/skipper/downloads/dynare-4.1.0/tests/block_bytecode/fs2000_bytecode.m ...
by jseabold
Mon Feb 08, 2010 5:23 am
 
Forum: Dynare help
Topic: install problem w 32-bit matlab 64-bit *nix OS
Replies: 7
Views: 5203

Re: Dynare on matlab2009 duplicate file

... you added dynare's matlab folder with all the subfolders... You should not, Dynare adds the subfolders if needed (this depends on your matlab/octave version). At matlab prompt, you just have to write: addpath PATH_TO_DYNARE\matlab where PATH_TO_DYNARE is the location of your dynare directory ...
by StephaneAdjemian
Mon Jan 18, 2010 8:31 am
 
Forum: Dynare help
Topic: Dynare on matlab2009 duplicate file
Replies: 2
Views: 1321

Re: Error!!!! evalin('base',fname) ;

Thank you very much! Following your suggestion, I have re-installed Dynare and now it works. (Curiously, for info, everything worked fine with Octave even before re-installation ...)
Regards
by jdacuddy
Wed Jan 13, 2010 12:39 pm
 
Forum: Dynare help
Topic: Error!!!! evalin('base',fname) ;
Replies: 40
Views: 31556

Problem runing RBC_Est.mod

... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. You did not declare endogenous variables after the estimation command. ??? Attempted to access k(1); index out of bounds because numel(k)=0. ...
by Puigvert
Wed Jan 13, 2010 2:26 am
 
Forum: Dynare help
Topic: Problem runing RBC_Est.mod
Replies: 1
Views: 1285

Re: error in solving with order=3 in OCTAVE

Hi,

thanks, I installed the headers and Octave runs.

Still as in the Matlab version the third order does not seem to produce third order means (they are actually identical to the steady-state).

I'll open a new thread on this issue.

Best

Gianni
by lombard
Fri Jan 08, 2010 11:43 am
 
Forum: Dynare help
Topic: error in solving with order=3 in OCTAVE
Replies: 4
Views: 4819

Re: error in solving with order=3 in OCTAVE

Sorry I thought you were running it under Windows. So my suggestion about "msvc" or "cygwin" option doesn't apply. Maybe you need to install the "octave3.2-headers" package: please let me know if this makes a difference, it should then be mentionned in the documentation...
by SébastienVillemot
Fri Jan 08, 2010 9:22 am
 
Forum: Dynare help
Topic: error in solving with order=3 in OCTAVE
Replies: 4
Views: 4819

Hi The reason is very simple: Octave is a free software developed for free by a few benevolent people, and MATLAB is a commercial software with a lot of financial support. MATLAB developers have a lot more time to work on their project than ...
by SébastienVillemot
Fri Jan 08, 2010 9:13 am
 
Forum: Dynare help
Topic: Why is Dynare in Octave so slow?
Replies: 1
Views: 3731

Why is Dynare in Octave so slow?

Hi, All. I use MS Windows as OS and I had installed Octave with minGW. I excuted an example .mod file and compared the time comsuming in Octave with Matlab. For the same process, Dynare spend too much of time in Octave than in Matlab. (such as, 8 minutes ...
by kym0802
Fri Jan 08, 2010 2:37 am
 
Forum: Dynare help
Topic: Why is Dynare in Octave so slow?
Replies: 1
Views: 3731

Re: error in solving with order=3 in OCTAVE

Hi,

I'm using Octave 3.2.2 in Ubuntu Linux (9.10). I tired what you suggested (though you might have thought about Windows)
with no success.

Apparently Dynare is not generating the required mex files.

Best
Gianni
by lombard
Thu Jan 07, 2010 11:45 am
 
Forum: Dynare help
Topic: error in solving with order=3 in OCTAVE
Replies: 4
Views: 4819
PreviousNext

Return to advanced search