Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x_correct = [1 2 3 4 5 6 7 8 9 10];
assert(isequal(oneToTen,x_correct))
x =
1 2 3 4 5 6 7 8 9 10
|
Find all elements less than 0 or greater than 10 and replace them with NaN
11632 Solvers
1057 Solvers
1124 Solvers
Find perfect placement of non-rotating dominoes (easier)
228 Solvers
Set the array elements whose value is 13 to 0
754 Solvers