[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave 3.0.3 with Dynare 4.0.2 and Windows Vista
From: |
Michael Goffioul |
Subject: |
Re: Octave 3.0.3 with Dynare 4.0.2 and Windows Vista |
Date: |
Thu, 26 Mar 2009 08:40:19 +0000 |
2009/3/26 Shawn Leu <address@hidden>:
> With Windows XP, the file .octaverc that contains the following commands:
>
>
>
> pkg rebuild –noauto ftp ann database
This command only needs to be issued once. Not needed
at every start of octave.
> addpath c:\dynare\4.0.2\matlab
>
> mark_as_command dynare
>
>
>
> can be stored under c:\Document and Settings\USERNAME\
>
>
>
> However, I am not really sure where this file should go if one uses Vista as
> the c:\ drive configuration is different.
In octave, try "tilde_expand('~/')", this should tell you the
user home directory.
Michael.