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

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

[Octave-bug-tracker] [bug #63107] Functions "sum", "min", "max" doesn't


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #63107] Functions "sum", "min", "max" doesn't accepting 'all' parameter
Date: Mon, 26 Sep 2022 09:24:30 -0400 (EDT)

Update of bug #63107 (project octave):

                  Status:                    None => Duplicate              
             Open/Closed:                    Open => Closed                 
              Depends on:                         => bugs #58116            

    _______________________________________________________

Follow-up Comment #1:

there have been a few different reports about the changes made to those
functions in 2018. in addition to 'all' (bug #58116), there is the ability to
take vector dimensions (bug #58089), and the nanflag option (bug #50571). 

regarding other functions, i made a short list bug #58114 comment #3, and I
think the change overlaps with the functions that accept nanflag, which has a
more extensive list in bug #50571. 

closing as a duplicate, further discussion can be added to the existing
reports.  in the meantime, the B = sum(A, "all") behavior can be emulated in
Octave and pre 2018 Matlab using B = sum(A(:))


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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