Problem 46908. Product of elements in a column
if x=[1 2 3
3 4 5
1 2 1] do the product of all the elements in a column such that your answer should be y=[3 16 15]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
Return unique values without sorting
925 Solvers
-
Convert a Cell Array into an Array
1713 Solvers
-
Find the Nth Root of a Given Number
305 Solvers
-
Return fibonacci sequence do not use loop and condition
547 Solvers
-
calculate the tangent of angle in radians
140 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!