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 Solvers267
Suggested Problems
-
Maximum running product for a string of numbers
2253 Solvers
-
Find the maximum number of decimal places in a set of numbers
3376 Solvers
-
Generate N equally spaced intervals between -L and L
943 Solvers
-
Reverse the elements of an array
1111 Solvers
-
Area of an equilateral triangle
6782 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.