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

48.0% Correct | 52.0% Incorrect
Last Solution submitted on Dec 25, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers92

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!