Task:
Write a function that takes a vector X and returns the alternating sum of X:
X(1)-X(2)+X(3)-X(4)+...
Example:
for vector X=[1 2 3] the function should return 1-2+3=2.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers50
Suggested Problems
-
Select every other element of a vector
37171 Solvers
-
1194 Solvers
-
Remove the two elements next to NaN value
713 Solvers
-
116 Solvers
-
Find the max element of the array
2334 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!