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

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

[Octave-bug-tracker] [bug #57450] interp3 horizontal output on horizonta


From: Hg200
Subject: [Octave-bug-tracker] [bug #57450] interp3 horizontal output on horizontal input
Date: Thu, 19 Dec 2019 12:29:03 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0

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

                 Summary: interp3 horizontal output on horizontal input
                 Project: GNU Octave
            Submitted by: hg200
            Submitted on: Thu 19 Dec 2019 05:29:02 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: other
        Operating System: GNU/Linux

    _______________________________________________________

Details:

running the following code on R2018 gives a column vector but running on
octave gives a row vector.

++
[x, y, z] = meshgrid (1:10);
c = x;

u = linspace (1, 10, 20).';
v = u;
w = u;

interp3 (x, y, z, c, u, v, w)
--





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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