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))
|
Solve the set of simultaneous linear equations
273 Solvers
Determine Whether an array is empty
646 Solvers
462 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!