bugGNU Octave - Bugs: bug #62132, interp2 may produce incorrectly...

 
 

bug #62132: interp2 may produce incorrectly oriented result with "spline" option

Submitter:  John W. Eaton <jwe>
Submitted:  Wed 02 Mar 2022 08:43:48 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  None Assigned to:  None
Originator Name:  jwe Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 02 Mar 2022 08:43:48 PM UTC, original submission:  

I'm creating this bug report in part to be able to assign a bug report for a test in interp2.m

I see the following:


octave:1> z = [1 3 5; 3 5 7; 5 7 9];
octave:2> interp2 (z, [3;3;3], [2;3;1])
ans =

   7
   9
   5

octave:3> interp2 (z, [3;3;3], [2;3;1], "spline")
ans =

   7   9   5


Shouldn't the orientation of these be the same (presumably a column vector) regardless of the interpolation method?

See also bug #61754.

John W. Eaton <jwe>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code