Consider a matrix and remove the first row of the matrix.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers405
Suggested Problems
-
Find the sum of all the numbers of the input vector
54604 Solvers
-
Compute a dot product of two vectors x and y
1052 Solvers
-
Switch matrix to a column vector
375 Solvers
-
421 Solvers
-
381 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.