octave-maintainers
[Top][All Lists]
Advanced

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

Re: matlab compatibility of od45 with adaptive stepping


From: Carlo De Falco
Subject: Re: matlab compatibility of od45 with adaptive stepping
Date: Sun, 11 Oct 2015 07:50:24 +0000

On 11 Oct 2015, at 09:36, Sebastian Schöps <address@hidden> wrote:

>> I don't have access to matlab right now, so could
>> someone please try the following and report the results?
>> 
>> fun = @(t, x) cos (t);
>> o = odeset ('AbsTol', 1e-11, 'RelTol', 1e-11);
>> [t, x] = ode45 (fun, [0, 2*pi], 0, o);
>> size (t), size (x)
>> [t, x] = ode45 (fun, [0, pi, 2*pi], 0, o);
>> size (t), size (x)
> 
> ans =
>   457     1
> ans =
>   457     1
> ans =
>     3     1
> ans =
>     3     1
> 
>> My interpratation of the documentation is that size (t) should be [3, 1] in 
>> the second case ...
> 
> It seems you are right :)

Unfortunately, this also means that integrate_adaptive needs an almost complete 
rewrite :(
c.





reply via email to

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