home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / DATAFUN.DI$ / CUMSUM.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  311 b   |  10 lines

  1. %CUMSUM    Cumulative sum of the elements.
  2. %    For vectors, CUMSUM(X) is the cumulative sum of the elements
  3. %     of X. For matrices, CUMSUM(X) is a matrix containing
  4. %     the cumulative sums over each column.
  5. %
  6. %    See also CUMPROD, SUM, PROD.
  7.  
  8. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  9. %    Built-in function.
  10.