help-octave
[Top][All Lists]
Advanced

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

Re: Ode45: removing results of earlier steps


From: maclair
Subject: Re: Ode45: removing results of earlier steps
Date: Thu, 14 Apr 2011 06:51:16 -0700 (PDT)

> You can remove part of a matrix like this
> a(i:j)=[];
> You can remove the variable foo like this
> clear foo
> -- 
> /* andy buckle */

Thank you for your reply.

My question was concerning: how is it done in the case of ode45? In what
variable does it store he result? Is it the same as the one that I used for
the input of the function? Does ode45 expand this variable (add to it the
result)?

Matyas

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Ode45-removing-results-of-earlier-steps-tp3449614p3449669.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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