Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1;
y_correct = 2;
assert(isequal(logic(x),y_correct))
|
2 | Pass |
x = 2;
y_correct = 3;
assert(isequal(logic(x),y_correct))
|
3 | Pass |
x = 5;
y_correct = 17
assert(isequal(logic(x),y_correct))
y_correct =
17
|
613 Solvers
Cell Counting: How Many Draws?
581 Solvers
521 Solvers
484 Solvers
231 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!