Problem 1038. Change the sign of even index entries of the reversed vector

change the signs of the even index entries of the reversed vector

example 1 vec = [4 -1 -2 9] ans = [9 2 -1 -4]

example2 vec = [-4 -1 -2 -9] ans = [-9 2 -1 4]

Solution Stats

47.07% Correct | 52.93% Incorrect
Last Solution submitted on Mar 25, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers492

Problem Tags

Community Treasure Hunt

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

Start Hunting!