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

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

[Octave-bug-tracker] [bug #61098] Function `size` changed in Matlab R201


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #61098] Function `size` changed in Matlab R2019b
Date: Wed, 1 Sep 2021 12:31:04 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

Update of bug #61098 (project octave):

              Item Group:         Feature Request => Matlab Compatibility   

    _______________________________________________________

Follow-up Comment #2:

in addition to size, this change apparently affects other functions as well.

looking through release notes going back to 2018:
https://www.mathworks.com/help/matlab/release-notes.html

2018b

Vector Dimension Argument: Operate on multiple dimensions at a time for
selected reduction functions
These functions now accept a vector dimension argument to specify multiple
operating dimensions at a time, as well as the option 'all' to specify all
dimensions of an array.

all     min
any     mode
bounds  prod
max     std
mean    sum
median  var


2019b

You can now use a vector dimension argument to query multiple array dimension
lengths at a time with the size function. 


A quick google search for vecdim shows it also applies to many other functions
(zscore, range, quantile, skewness, etc...) but unsure if this is the same
implementation as for the ones above.

    _______________________________________________________

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]