cumprod

Core Math

Cumulative product of array elements. Returns an array where each element is the product of all elements up to that index.

Syntax

cumprod(x)

Examples

cumprod([1, 2, 3, 4])
▶ Run
cumprod([2, 3, 5])
▶ Run

See Also

Try SimLab — Free MATLAB® Alternative

466 functions. Runs in your browser. No install.

Open SimLab

Stay Updated

Get notified about new simulations and tools. We send 1-2 emails per month.