Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
a = 124;
b = 545;
assert(isequal(find_palindrome(a),b))
Error: You may not use the command(s) str2func in your code
|
2 | Fail |
%%
a = 150;
b = 303;
assert(isequal(find_palindrome(a),b))
Error: You may not use the command(s) str2func in your code
|
3 | Fail |
%%
a = 291;
b = 6996;
assert(isequal(find_palindrome(a),b))
Error: You may not use the command(s) str2func in your code
|
4 | Fail |
%%
a = 178;
b = 15851;
assert(isequal(find_palindrome(a),b))
Error: You may not use the command(s) str2func in your code
|
Back to basics 12 - Input Arguments
525 Solvers
Find perfect placement of non-rotating dominoes (easier)
240 Solvers
420 Solvers
379 Solvers
556 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!