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

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

[Octave-bug-tracker] [bug #44847] extrapolation not available for all me


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44847] extrapolation not available for all methods in interp2
Date: Wed, 15 Apr 2015 15:24:00 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Update of bug #44847 (project octave):

                Category:                    None => Octave Function        
              Item Group:                    None => Feature Request        
                 Summary:       extrap in interp2 => extrapolation not
available for all methods in interp2

    _______________________________________________________

Follow-up Comment #1:

I am not sure I understand the first part of the bug. I ran the following
script:


x = y = 1:3;
[xx, yy] = meshgrid (x, y);
zz = xx.^2 + yy.^2;
xi = yi = 0:4;
[xxi, yyi] = meshgrid (xi, yi);
interp2 (xx, yy, zz, xxi, yyi, 'linear', pi)


The borders, where no interpolation was possible, are padded with pi. So the
EXTRAPVAL is indeed used as intended.

Now about the reason why extrapolation (using 'extrap' or 'pp' as EXTRAPVAL)
are not allowed anymore, I don't know. I marked the bug "feature request" for
the latter feature that has been removed. 

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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