Problem 1988. Remove the middle element from a vector

Remove the middle element of a vector?

Example:

[1,2,3] should return 2

[1,2,3,4] should return 2

[] should return empty vector

Solution Stats

47.96% Correct | 52.04% Incorrect
Last Solution submitted on Jul 15, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers90

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!