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

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

[Octave-bug-tracker] [bug #65134] griddata function incompatibility with


From: Rik
Subject: [Octave-bug-tracker] [bug #65134] griddata function incompatibility with MATLAB
Date: Mon, 8 Jan 2024 13:03:19 -0500 (EST)

Update of bug#65134 (group octave):

                  Status:               Confirmed => None                   
        Operating System:                     Any => Mac OS                 

    _______________________________________________________

Follow-up Comment #4:

Like bug #65135, there's a judgement call about which Item Group this belongs
to.  It's true that griddata doesn't document this specifically, but it is
common in Matlab (and Octave) for a row vector and column vector in the
context of a grid to be expanded to 2-D format.  This code, for example,
works


x = [1:0.5:10];
y = [1:20]';
Z = sin(x) + cos(y);
surface(x,y,Z)
view (3)





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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