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
ans =
0 0 0
0 0 0
|
7259 Solvers
1878 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1063 Solvers
Project Euler: Problem 5, Smallest multiple
241 Solvers
Basics: 'Find the eigenvalues of given matrix
257 Solvers