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

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

[Octave-bug-tracker] [bug #41838] interp2 needs input validation for str


From: Muhali
Subject: [Octave-bug-tracker] [bug #41838] interp2 needs input validation for strictly monotonic property
Date: Mon, 31 Mar 2014 14:40:06 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Follow-up Comment #8, bug #41838 (project octave):

as ML wants to have at least 3 points I did


Z = randn(3,3);
interp2(1:3, 3:-1:1, Z, (1:0.5:3)', 3:-0.5:1, 'cubic')

[X, Y] = meshgrid ([1 2 3], [3 2 1]);
interp2(X, Y, Z, (1:0.5:3)', 3:-0.5:1, 'cubic')


and obtained in both cases the exact same result.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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