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

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

[Octave-bug-tracker] [bug #31780] interp1 behaviour differs from matlab


From: Kai Habel
Subject: [Octave-bug-tracker] [bug #31780] interp1 behaviour differs from matlab when using 'spline' option
Date: Sat, 16 Apr 2011 11:22:17 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.0) Gecko/20100101 Firefox/4.0

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

What is the status of this report, can it be closed now?

I for the default branch I get:

octave:5> x = [1, 2];
octave:6> y = [2, 3];
octave:7> xi = 1.3;
octave:8> interp1(x, y, xi, 'spline')
ans =  2.3000


Kai

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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