help-octave
[Top][All Lists]
Advanced

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

Re: Inflection Point Detection


From: aegreen
Subject: Re: Inflection Point Detection
Date: Tue, 15 Mar 2011 06:50:35 -0700 (PDT)

bpabbott wrote:
> 
> One approach would be to use mkpp, ppder, and ppval. I haven't tested
> this, but ...
> 
>       pp = mkpp (x, y);
>       pp2 = ppder (ppder (pp));
>       d2y_by_dx2 = ppval (pp2, x);
>       n = find (abs (d2y_by_dx2) == max (abs (d2y_by_dx2)));
>       x_inflection = x(n)
> 
> Ben
> 

I can't seem to get the first step to work. mkpp requires parameters of X, P
or X, P, D. Where P are coefficients? Sorry I am not very familiar with this
at all. I appreciate all the help.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/Inflection-Point-Detection-tp3355507p3356612.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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