the best answer ! thanks
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))
|
1093 Solvers
Project Euler: Problem 5, Smallest multiple
397 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
641 Solvers
993 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!