Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 44;
assert(isequal(logic(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 45;
assert(isequal(logic(x),y_correct))
|
3 | Pass |
x = 4;
y_correct = 50;
assert(isequal(logic(x),y_correct))
|
4 | Pass |
x = 6;
y_correct = 51;
assert(isequal(logic(x),y_correct))
|
5 | Pass |
x = 7;
y_correct = 55;
assert(isequal(logic(x),y_correct))
|
Number of 1s in a binary string
2819 Solvers
546 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
555 Solvers
2456 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!