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

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

[Octave-bug-tracker] [bug #62133] interp2 does not allow index pairs wit


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #62133] interp2 does not allow index pairs with "spline" option
Date: Wed, 2 Mar 2022 15:49:31 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?62133>

                 Summary: interp2 does not allow index pairs with "spline"
option
                 Project: GNU Octave
            Submitted by: jwe
            Submitted on: Wed 02 Mar 2022 08:49:30 PM UTC
                Category: Octave Function
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: jwe
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

I'm creating this bug report to be able to assign a bug report number for the
following failing test in interp2.m:


%! # FIXME: spline interpolation does not support index pairs, Matlab does.
%! result = interp2 (x, y, orig, xi(2:4), yi(1:3).', "spline");
%! assert (result, expected(sub2ind(size(expected), 1:3, 2:4)), 1000*eps);





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62133>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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