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
-
7346 Solvers
-
How to find the position of an element in a vector without using the find function
2742 Solvers
-
Replace multiples of 5 with NaN
444 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
248 Solvers
-
156 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!