help-octave
[Top][All Lists]
Advanced

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

Re: ODE system solving


From: address@hidden
Subject: Re: ODE system solving
Date: Tue, 11 Jan 2005 15:18:06 +0000

i've tryed with odessa:

T0=520;
Ta=25+273;
w0=3.4;
y0=[w0 p T0];
z=linspace(0,L,L)';
y=odessa("SysO",y0,p,100,z);
plot(z/L,(y(:,3)-Ta)/(T0-Ta))


it doesn't work! 
"error: "P" undefined near line...."
i think i can set a parameter "p" for Odessa, ins't it? it's something wrong?

i continue to search and trust in google....

________________________________________________________________________
Cerchi un laboratorio fotografico aperto 24 ore su 24?
Stampa le tue foto digitali su Kataweb e le ricevi a domicilio in 48 ore.
http://www.kataweb.it/foto




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