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

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

[Octave-bug-tracker] [bug #65802] (statistics) nanmin and nanmax throw e


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #65802] (statistics) nanmin and nanmax throw error when requesting a mutual comparison (two parameter)
Date: Tue, 28 May 2024 13:52:23 -0400 (EDT)

Update of bug #65802 (group octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #3:

Afaict, the issue is that `min(A,B)` doesn't return a second output argument
if B is non-empty (same for `max`). I'm not sure what that second output
argument should be set to in that case. So, I have no idea which change in
core Octave would help. Could you please elaborate?

Also, the current behavior of `max` and `min` is compatible to Matlab R2024a:

>> [v,idx]=min(ones(1,4),zeros(1,4))
Error using min
Two output arguments are not supported for two input arrays.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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