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
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers93
Suggested Problems
-
1817 Solvers
-
Find the sum of the elements in the "second" diagonal
1204 Solvers
-
Find out missing number from a vector of 9 elements
322 Solvers
-
convert matrix to single column
435 Solvers
-
1713 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Remove or return ?
keep it or remove it? confused example.