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
|
1601 Solvers
698 Solvers
Calculate the area of a triangle between three points
874 Solvers
Determine the number of odd integers in a vector
435 Solvers
The sum of the numbers in the vector
426 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!