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
|
Find all elements less than 0 or greater than 10 and replace them with NaN
13053 Solvers
1262 Solvers
420 Solvers
Check that number is whole number
1070 Solvers
Matlab Basics - Pick out parts of a vector
198 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!