Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
a = 124;
b = 545;
assert(isequal(find_palindrome(a),b))
|
2 | Fail |
a = 150;
b = 303;
assert(isequal(find_palindrome(a),b))
|
3 | Fail |
a = 291;
b = 6996;
assert(isequal(find_palindrome(a),b))
|
4 | Fail |
a = 178;
b = 15851;
assert(isequal(find_palindrome(a),b))
|
Select every other element of a vector
20340 Solvers
Swap the first and last columns
12410 Solvers
594 Solvers
232 Solvers
Permute diagonal and antidiagonal
224 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!