help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installation problem.


From: Douglas Eck
Subject: Re: Installation problem.
Date: Mon, 15 Apr 2002 16:13:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+) Gecko/20020411

Hi Stephen,
The .octaverc should be in your home directory. If you
don't have one, you can create one. Here is an example:

beep_on_error = 0.0 ;
default_save_format = "mat-binary";
define_all_return_values = 0.0;
do_fortran_indexing = 0.0;
empty_list_elements_ok = 1.0;
fixed_point_format = 1.0;
implicit_num_to_str_ok = 1.0;
implicit_str_to_num_ok = 1.0;
ok_to_lose_imaginary_part = 1.0;
page_screen_output = 0.0;
prefer_zero_one_indexing = 1.0;
print_empty_dimensions = 0.0;
treat_neg_dim_as_zero = 1.0;
warn_function_name_clash = 0.0;

LOADPATH=[LOADPATH,"/home/doug/share/octave//:"];
LOADPATH=[LOADPATH,"/home/doug/share/matlab/:"];
LOADPATH=[LOADPATH,"/home/doug/lstm//:"];

I wrote the LSTM code you mentioned. I'll contact you directly
(not via help-octave) with some specific help for that.

Cheers,
Doug




--
Dr. Douglas Eck, http://www.idsia.ch/~doug
Istituto Dalle Molle di Studi sull'Intelligenza Artificiale (IDSIA)
Neural Networks, Rhythm Perception and Production, Dynamical Systems



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]