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
|
Arrange Vector in descending order
4075 Solvers
Back to basics 6 - Column Vector
908 Solvers
Number of 1s in a binary string
2818 Solvers
Matlab Basics - Logical Tests I
192 Solvers
992 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!