The test is wrong, the right answer is y_correct = [2 1 3 2];
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [0 1 0 0;4 3 7 0;0 0 2 6;0 9 0 5];
y_correct = [2 1 2 3];
assert(isequal(firstNonZeros(x),y_correct))
|
Extract leading non-zero digit
967 Solvers
747 Solvers
Least common multiple of many numbers
159 Solvers
307 Solvers
324 Solvers