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

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

[Octave-bug-tracker] [bug #47013] bug in spline function


From: anonymous
Subject: [Octave-bug-tracker] [bug #47013] bug in spline function
Date: Fri, 29 Jan 2016 17:09:28 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36

Follow-up Comment #1, bug #47013 (project octave):

Note: 

I was trying to implement the example of MatLab function spline:


x = pi*[0:.5:2];
y = [0  1  0 -1  0  1  0;
     1  0  1  0 -1  0  1];
pp = spline(x,y);
yy = ppval(pp, linspace(0,2*pi,101));


It returned an error, and I tried to fix it.

This is my fixed source code.

ChingChuan Chen 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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