Problem 45484. Finding sum of even numbers in a vector.
Find the sum of all the even numbers present in the input vector x.
Examples: Input x = [1 2 3 4]
Output y is 6
Input x = [24 -1]
Output y is 24
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers77
Suggested Problems
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2529 Solvers
-
Create a vector whose elements depend on the previous element
776 Solvers
-
Reverse the elements of an array
1107 Solvers
-
138 Solvers
-
150 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!