Consider a matrix and remove the first row of the matrix.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers398
Suggested Problems
-
Sum of diagonal of a square matrix
1634 Solvers
-
Return the first and last characters of a character array
11802 Solvers
-
Remove entire row and column in the matrix containing the input values
552 Solvers
-
661 Solvers
-
07 - Common functions and indexing 4
422 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
In your test, x is a row vector.
Fixed the test.