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
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
Back to basics 8 - Matrix Diagonals
966 Solvers
-
630 Solvers
-
Set the array elements whose value is 13 to 0
1438 Solvers
-
507 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.