help-octave
[Top][All Lists]
Advanced

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

passing parameters to a funcion with lsode


From: roger baig viñas
Subject: passing parameters to a funcion with lsode
Date: Mon, 18 Oct 2004 10:17:13 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; ca; rv:1.0.0) Gecko/20020530


I would like to know if it is possible to pass parameters to the function that is called from lsode, and if it is, how can i do it.

I should use lsode like follows:

Xd=lsode("dxdt_tancDoble_mf",x_0,t)

with dxdt_tancDoble_mf function that has a header like:

function dxdt=dxdt_tancDoble_mf(t,x,u,param)


Thank you very much



-------------------------------------------------------------
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]