help-octave
[Top][All Lists]
Advanced

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

Re: Providing Entire Contents of the File


From: kerin
Subject: Re: Providing Entire Contents of the File
Date: Tue, 31 Jan 2012 23:46:22 -0800 (PST)

martin_helm,
I have added the @ before glycODE, and remove x =[]. It works. But *0*
should be changed into *model.ststmet.* then the simulation finally succeed.
Thank you for your help.


Am 31.01.2012 02:15, schrieb kerin: 
> x = lsode(glycODE,0,timeRange) 
Shouldn't that be 

x = lsode(@glycODE,0,timeRange) 

instead and simply remove the  x=[] from your glycODE after you changed 
that. 



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Re-LSODE-Problem-evaluating-argument-list-element-number-1-tp4340222p4347162.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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