MATLAB COMPILER RELEASE NOTES Uživatelská příručka Strana 92

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 716
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 715 716

Komentáře k této Příručce

Žádné komentáře