Problem 43141. All odd - all even

All odd numbers in x are added, while all even numers are subtracted from this.

example:

 x = [1 2 3 4 5];
 y = +(1+3+5)-(2+4) = 3

Solution Stats

65.77% Correct | 34.23% Incorrect
Last Solution submitted on Feb 07, 2024

Solution Comments

Show comments

Problem Recent Solvers69

Suggested Problems

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!