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
|
1594 Solvers
Output any real number that is neither positive nor negative
252 Solvers
198 Solvers
Flip the vector from right to left
752 Solvers
Matlab Basics - y as a function of x
242 Solvers