Problem 42595. UICBioE240 problem 1.1
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 commentsProblem Recent Solvers145
Suggested Problems
-
given 3 sides, find area of this triangle
807 Solvers
-
Create a vector whose elements depend on the previous element
714 Solvers
-
617 Solvers
-
Cumulative product of a vector
285 Solvers
-
168 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!