Page 1 of 1

matlab 6.5.0.1 executing

PostPosted: Mon Sep 25, 2006 7:46 am
by tom
Hello,

I'm trying to use dynare with matlab 6.5.
I used "file set path" to add dynare folder and then i wrote in matlab's command: dynare ramst.mod

But matlab wrote: ">> dynare ramst
??? Error using ==> dynare
DYNARE: could not open ramst.mod"

Could you help me please?

Best
Tom

PostPosted: Mon Sep 25, 2006 5:50 pm
by MichelJuillard
You must do

>cd \dynarexxxx\examples

before

>dynare ramst


Best

Michel

Re: matlab 6.5.0.1 executing

PostPosted: Tue Jan 02, 2007 8:04 am
by rrdd006
tom wrote:Hello,

I'm trying to use dynare with matlab 6.5.
I used "file set path" to add dynare folder and then i wrote in matlab's command: dynare ramst.mod

But matlab wrote: ">> dynare ramst
??? Error using ==> dynare
DYNARE: could not open ramst.mod"

Could you help me please?

Best
Tom



hi,Tom
I have the same problem. Have u resolved it?

hi,Michel

When i did what u said, following problems appeared:
>> cd\dynare_v3.0\examples
??? cd\dynare_v3.0\examples
|
Error: Missing operator, comma, or semicolon.

>> cd\dynare_v3\examples\matlab\dynare_m ramst
??? cd\dynare_v3\examples\matlab\dynare_m ramst
|
Error: Missing operator, comma, or semicolon.

PostPosted: Wed Jan 03, 2007 7:42 pm
by MichelJuillard
There is a space between
cd

and
\dynare_v3.0\examples


Best

Michel