octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40825] interp1 "linear" fails when x has jump


From: Rik
Subject: [Octave-bug-tracker] [bug #40825] interp1 "linear" fails when x has jumps and y is multi-column
Date: Mon, 14 Jul 2014 02:58:12 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Follow-up Comment #6, bug #40825 (project octave):

This seems to match the documentation.  For the value exactly at 0.2, the
interpolated value is right-continuous because the specified X are increasing.
 Thus, the value is 0.  You can switch it by supplying "left" as the final
argument in which case the interpolated value will be 1.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40825>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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