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: Marco Caliari
Subject: [Octave-bug-tracker] [bug #47013] bug in spline function
Date: Mon, 01 Feb 2016 08:44:02 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0

Update of bug #47013 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

I confirm the problem and I was able to fix with the only change


d = d(1:n-1,:); d = d.'(:);
c = c(1:n-1,:); c = c.'(:);
b = b(1:n-1,:); b = b.'(:);
a = a(1:n-1,:); a = a.'(:);


Can you confirm?

    _______________________________________________________

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]