help-octave
[Top][All Lists]
Advanced

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

Tolerance


From: John W. Eaton
Subject: Tolerance
Date: Fri, 21 Nov 1997 15:31:56 -0600

On 21-Nov-1997, 60eem023 <address@hidden> wrote:

| So that we tried to input the command such as 
| "lsode_options(absolute tolerance, 1.0e-15)".

You need to quote the option string:

  lsode_options ("absolute tolerance", 1e-15);

BTW, you sent your message to address@hidden  That hasn't
been the correct address for several years now.  Are you using a very
old version of Octave?

jwe



reply via email to

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