Problem 43113. Add the positive numbers
Add only the positive numbers of x
example:
x = [-2 -1 0 1 2 3]
the positive numbers are: 1 2 3, so their sum is 6
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers92
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3482 Solvers
-
Back to basics 12 - Input Arguments
612 Solvers
-
Getting the indices from a vector
11161 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1196 Solvers
-
Flip the vector from right to left
10214 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!