Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 13;
y_correct = 339;
assert(isequal(findlogic(x),y_correct))
|
2 | Pass |
x = 26;
y_correct = 1353;
assert(isequal(findlogic(x),y_correct))
|
3 | Pass |
x = 39;
y_correct = 3043;
assert(isequal(findlogic(x),y_correct))
|
755 Solvers
07 - Common functions and indexing 5
314 Solvers
2099 Solvers
1141 Solvers
309 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!