[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #63107] Functions "sum", "min", "max" doesn't
From: |
Alexander L |
Subject: |
[Octave-bug-tracker] [bug #63107] Functions "sum", "min", "max" doesn't accepting 'all' parameter |
Date: |
Mon, 26 Sep 2022 08:45:55 -0400 (EDT) |
URL:
<https://savannah.gnu.org/bugs/?63107>
Summary: Functions "sum", "min", "max" doesn't accepting
'all' parameter
Project: GNU Octave
Submitter: alexanderl
Submitted: Пн 26 сен 2022 12:45:54
Category: Octave Function
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Matlab Compatibility
Status: None
Assigned to: None
Originator Name: Alexander L
Originator Email:
Open/Closed: Open
Release: 7.2.0
Discussion Lock: Any
Operating System: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Пн 26 сен 2022 12:45:54 By: Alexander L <alexanderl>
Since Matlab R2018b, Mathworks introduced parameter 'all', that can be passed
to "sum", "min" and "max" functions for doing these operations on all
dimensions of data passed to them.
https://www.mathworks.com/help/matlab/ref/sum.html#d124e1470580
https://www.mathworks.com/help/matlab/ref/min.html#d124e960422
https://www.mathworks.com/help/matlab/ref/max.html#d124e932019
As seems in documentation of Octave, it is not supported
(https://octave.sourceforge.io/octave/function/sum.html),
(https://octave.sourceforge.io/octave/function/min.html), as well as I
manually tested this feature in Octave and it not work.
Dear developers, can you make passing 'all' parameter to these functions
possible in Octave?
P.S.
I'm curious, if there are some other functions, that also could accept this
'all' parameter, but in Matlab R2018b Release notes not mentioned about this
feature at all, so I can't figure full list of these functions.
(https://www.mathworks.com/help/matlab/release-notes.html?rntext=&startrelease=R2018b&endrelease=R2018b&groupby=release&sortby=descending&searchHighlight=)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?63107>
_______________________________________________
Сообщение отправлено по Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #63107] Functions "sum", "min", "max" doesn't accepting 'all' parameter,
Alexander L <=