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

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

[Octave-bug-tracker] [bug #55570] quiver3 gives error for 4-input form o


From: Rik
Subject: [Octave-bug-tracker] [bug #55570] quiver3 gives error for 4-input form of function
Date: Tue, 5 Feb 2019 12:57:35 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #55570 (project octave):

                 Release:                  5.0.90 => dev                    
                 Summary: quiver3 gives error for 3 inputs => quiver3 gives
error for 4-input form of function

    _______________________________________________________

Follow-up Comment #6:

Priority 1: Update documentation to refer to the 4-argument input form, and
remove the 3-input form.  Update the text to more accurately describe what is
going on.

Priority 2: Update input validation to handle 4-argument input form.  Test
code which must pass.


z = peaks (25);
surf (z);
hold on;
[u, v, w] = surfnorm (z / 10);
h = quiver3 (z, u, v, w);


Currently this fails with


error: __quiver__: operator +: nonconformant arguments (op1 is 15625x1, op2 is
625x1)
error: called from
    __quiver__ at line 197 column 10
    quiver3 at line 87 column 10


Changed the Release to refer to the development branch.  Although, as a
documentation and bug fix it can be backported to stable.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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