Problem 1323. Alternating sum

  • Created by Tim

Given vector x, calculate the alternating sum

   y = x(1) - x(2) + x(3) - x(4) + ...

Solution Stats

49.56% Correct | 50.44% Incorrect
Last Solution submitted on Mar 17, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers725

Suggested Problems

More from this Author10

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!