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

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

[Octave-bug-tracker] [bug #58116] Feature Request: missing option "all"


From: Rik
Subject: [Octave-bug-tracker] [bug #58116] Feature Request: missing option "all" for several functions - sum, mean, and others
Date: Sat, 4 Apr 2020 19:27:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #58116 (project octave):

              Item Group:    Matlab Compatibility => Feature Request        
                  Status:                    None => Confirmed              
                 Release:                   5.2.0 => dev                    
                 Summary: Matlab Compatibility: missing option "all" for
several functions - sum, mean, and others => Feature Request: missing option
"all" for several functions - sum, mean, and others

    _______________________________________________________

Follow-up Comment #1:

Changed the release to "dev" since this is new development that will need to
take place on that branch.

Agree, this seems like a fairly easy feature to implement.

1) Check dim argument to see if it is text (ischar())
2) Check that argument == "all" (strcmp ())
3) Call all(A(:)), or the equivalent in C++



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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