Given a matrix, insert a row of zeros as the top row.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers268
Suggested Problems
-
Determine whether a vector is monotonically increasing
22868 Solvers
-
Return unique values without sorting
999 Solvers
-
Vectorize the digits of an Integer
337 Solvers
-
384 Solvers
-
Deleting an element in a matrix
490 Solvers
More from this Author31
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
I literally copied and pasted a part of the test suite into my code to make it work.
This is not a good thing.