Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 13;
y_correct = 339;
assert(isequal(findlogic(x),y_correct))
y =
339
|
2 | Pass |
%%
x = 26;
y_correct = 1353;
assert(isequal(findlogic(x),y_correct))
y =
1353
|
3 | Pass |
%%
x = 39;
y_correct = 3043;
assert(isequal(findlogic(x),y_correct))
y =
3043
|
3238 Solvers
Convert a numerical matrix into a cell array of strings
455 Solvers
Calculate the derivative of a polynomial
168 Solvers
338 Solvers
Matlab Basics II - Max & Index of Max
188 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!