Problem 60689. Sum All Positive Elements
Output a scalar that is equal to the sum of all positive elements in a given vector/matrix.
For Example:
The sum of all positive elements in [1 2 -4 -8] should be 3...
The sum of all positive elements in [1 2; 5 -6; 2 -10] should be 10...
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers36
Suggested Problems
-
Create matrix of replicated elements
395 Solvers
-
Add a row of zeros on top of a matrix
265 Solvers
-
Find the dimensions of a matrix
555 Solvers
-
Calculate the average value of the elements in the array
1651 Solvers
-
100 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!