help-octave
[Top][All Lists]
Advanced

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

Re: LSODE Problem: evaluating argument list element number 1


From: Martin Helm
Subject: Re: LSODE Problem: evaluating argument list element number 1
Date: Mon, 30 Jan 2012 15:58:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111219 Thunderbird/9.0

Without looking into all the details: lsode expects a function, where
the first parameter is the vector argument and the second is what you
call t

 change glycODE(t,x) to  glycODE(x, t)



reply via email to

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