help-octave
[Top][All Lists]
Advanced

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

An other problem


From: Yann Lamontagne a.k.a. daume
Subject: An other problem
Date: Fri, 20 Jun 2003 03:04:29 +0000 (UTC)

I am trying to plot
function xdot = lorenz(x)
xdot(1) = 10*x(2) - 10*x(1)
xdot(2) = x(1)*2.666 - x(3)*x(1) - x(2)
xdot(3) = x(1)*x(2) - 28*x(3)
end
solution=lsode( "lorenz",[1, 1, 1], t = linspace(0.0,100, 5000))
gset parametric
gsplot(solution)

the solution seems to have two sets of data and I believe it is plotting
the wrong set, do anyone know how to fix that?

thanks
Yann

--
address@hidden (address@hidden)
http://daume.org
http://yann.lamontagne.name (my PGP(GPG) Public Key)
E8A4 CB00 2CCC 97FE 549D 1CBC D218 2DC4 F9B6 5B15 (my fingerprint)

"Laws: We know what they are, and what they are worth! They are
spider webs for the rich and mighty, steel chains for the poor and
weak, fishing nets in the hands of government."
--Pierre Joseph Proudhon



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