help-octave
[Top][All Lists]
Advanced

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

passing arguments to lsode's function


From: John W. Eaton
Subject: passing arguments to lsode's function
Date: Fri, 25 Sep 1998 17:41:39 -0500 (CDT)

On 26-Sep-1998, Thanate Dhirasakdanon <address@hidden> wrote:

|       Hi, I'd like to know is there anyway to pass
|       some arguments to a function that is being 
|       called by lsode.

If you mean by passing a set of parameters in the call to lsode that
is then passed on the the user-supplied function, then the answer is
no.  The solution is to use global variables instead.

jwe



reply via email to

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