Problem 2874. Cumulative product of a vector
Cumulative product of a vector
example x=[1 2 5 10], then answer must be [ 1 2 10 100]
If you like this problem, please like it below(Request)
Solution Stats
Problem Comments
-
1 Comment
MIN HYEOK LEE
on 4 Dec 2016
good
Solution Comments
Show commentsProblem Recent Solvers291
Suggested Problems
-
6950 Solvers
-
Back to basics 22 - Rotate a matrix
922 Solvers
-
Relative ratio of "1" in binary number
1530 Solvers
-
07 - Common functions and indexing 1
445 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
350 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!