octave-maintainers
[Top][All Lists]
Advanced

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

Re: Default merged to stable for upcoming 4.2 release


From: c.
Subject: Re: Default merged to stable for upcoming 4.2 release
Date: Wed, 5 Oct 2016 20:09:24 +0200

On 5 Oct 2016, at 19:32, Jacopo Corno <address@hidden> wrote:

> It's working correctly in Matlab 2015a.
do you also have access to 2016b ?
anyway if it is working in matlab let's just apply your patch ...

or can we simply change things so that invoking

  [t, x] = ode45 (fun, tspan, y0, opts, varargin)

results in the function handle being created inside ode45:

  fun = @(t, x) fun (t, x, varargin{:});

?






reply via email to

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