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 Solvers8
Suggested Problems
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.