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.59% Correct | 50.41% Incorrect
Last Solution submitted on Mar 27, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers726

Problem Tags

Community Treasure Hunt

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

Start Hunting!