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))
|
274 Solvers
965 Solvers
07 - Common functions and indexing 2
316 Solvers
Element by element multiplication of two vectors
268 Solvers
708 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!