help-octave
[Top][All Lists]
Advanced

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

Re: slow integration


From: Nicholas Jankowski
Subject: Re: slow integration
Date: Wed, 11 Apr 2018 13:21:23 +0000



On Wed, Apr 11, 2018, 8:09 AM Patrick Dupre <address@hidden> wrote:

function y = Int_Sat (x, Shift, wD, g, s)
y = quad (@(t) Sat (x, t, Shift, wD, g, s), 0, 15) ;
endfunction

Have you compared performance using any other integrators than just quad?



reply via email to

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