Compute the product of all elements of the input array without using the built-in functions prod, ans, or size.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers11
Suggested Problems
-
Return the product of all elements of a vector or matrix without using built-in functions
11 Solvers
More from this Author6
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
If you are banning size(), it would a good idea to ban numel() as well.