Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 3 4 5];
y_correct = 3;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [4 4 5 6 1 2];
y_correct = 4;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = [5 5 6 1 2 4];
y_correct = 4.5;
assert(isequal(your_fcn_name(x),y_correct))
|
Number of 1s in a binary string
2818 Solvers
167 Solvers
248 Solvers
Find my daddy long leg (No 's')
632 Solvers
Create a vector of n alternating ones and zeros (★★)
55 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!