Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [10 8 10 7 1];
y_correct = [4 5];
assert(isequal(your_fcn_name(x),y_correct))
|
Find the longest sequence of 1's in a binary sequence.
2439 Solvers
5736 Solvers
find the maximum element of the matrix
254 Solvers
120 Solvers
Count decimal digits of a number
134 Solvers