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

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

[Octave-bug-tracker] [bug #61098] Many functions should now accept vecto


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #61098] Many functions should now accept vector dimension argument
Date: Thu, 30 Sep 2021 02:15:01 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36

Update of bug #61098 (project octave):

                  Status:         Patch Submitted => Patch Reviewed         

    _______________________________________________________

Follow-up Comment #7:

Thanks for the patch @jwe.  I added several BIST that are checked with Matlab
R2021a and made a small change to pass them all:


   if (nargin == 1)
     {
-      if (nargout > 1 && nargout < ndims)
+      if (nargout > 1)
         {


caused the extra queried dimensions e1 and e2 in


[nr, nc, e1, e2] = size ([1, 2; 3, 4; 5, 6])


to be undefined.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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