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
|
Back to basics 23 - Triangular matrix
634 Solvers
725 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
546 Solvers
find the maximum element of the matrix
348 Solvers
519 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!