Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [ 1 10 5;
3 2 9;
6 10 2;
10 10 5];
y_correct = [ 1 6 10 10 5 2;
3 10 2 10 9 5]
assert(isequal(your_fcn_name(x),y_correct))
y_correct =
1 6 10 10 5 2
3 10 2 10 9 5
y =
1 6 10 10 5 2
3 10 2 10 9 5
|
Number of 1s in a binary string
1228 Solvers
185 Solvers
2089 Solvers
313 Solvers
Find out total non zero element of matrix
147 Solvers