This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
m = 2;n=3;
y_correct = [0 0 0;0 0 0]
assert(isequal(zero_matrix(m,n),y_correct))
y_correct =
0 0 0
0 0 0
y =
0 0 0
0 0 0
|
351 Solvers
Return elements unique to either input
550 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
Element by element multiplication of two vectors
268 Solvers
Back to Basics - Find no. of elements in a matrix?
216 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!