Problem 43128. Add the even numbers
Add only the even numbers of x
example:
x = [1 2 3 4 5]
the positive numbers are: 2 4, so their sum is 6
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers92
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1973 Solvers
-
Convert a vector into a number
613 Solvers
-
451 Solvers
-
07 - Common functions and indexing 2
421 Solvers
-
520 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!