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

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