Remove the middle row from a matrix, assuming # of rows is odd.
So if
A = [ 1 2 3; 4 5 6; 7 8 9]
then
B = [ 1 2 3; 7 8 9]
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers150
Suggested Problems
-
113891 Solvers
-
How to find the position of an element in a vector without using the find function
2814 Solvers
-
find the maximum element of the matrix
538 Solvers
-
07 - Common functions and indexing 2
423 Solvers
-
Matlab Basics - Convert a row vector to a column vector
678 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!