MATLAB COMPILER RELEASE NOTES User's Guide Page 92

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 91
R2014b
2-14
16 11 10 13
16 14 15 13
Reverse accumulation option for the cumsum, cummin, cummax, and
cumprod functions
The 'reverse' option for cumsum, cumprod, cummin, and cummax reverses the
direction of cumulation, working from end to 1 in the active dimension. This option
allows quick directional calculations without requiring a flip or reflection of the input
array.
Median and mode calculations of categorical data
The median and mode functions now support categorical arrays as inputs.
Functionality being removed or changed
Functionality Result Use Instead Compatibility
Considerations
bitshift(A,k,N) Errors bitshift(A,k,
assumedtype)
Replace all instances
of bitshift(A,k,N)
with
bitshift(A,k,assumedtype).
bitcmp(A,N) Errors bitcmp(A,
assumedtype)
Replace all instances
of bitcmp(A,N) with
bitcmp(A,assumedtype).
histc function Still Runs histcounts function Replace all instances
of histc with
histcounts
Page view 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 715 716

Comments to this Manuals

No comments