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))
j =
2
j =
2 1
j =
2 1 2
j =
2 1 2 3
|
1726 Solvers
Make one big string out of two smaller strings
1148 Solvers
Back to basics 23 - Triangular matrix
634 Solvers
390 Solvers
445 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!