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))
ans =
2 1 2 3
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
399 Solvers
Get the elements of diagonal and antidiagonal for any m-by-n matrix
267 Solvers
Basics: 'Find the eigenvalues of given matrix
322 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!