Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 124;
b = 545;
assert(isequal(find_palindrome(a),b))
u =
'545'
|
2 | Pass |
a = 150;
b = 303;
assert(isequal(find_palindrome(a),b))
u =
'201'
u =
'303'
|
3 | Pass |
a = 291;
b = 6996;
assert(isequal(find_palindrome(a),b))
u =
'483'
u =
'867'
u =
'1635'
u =
'6996'
|
4 | Pass |
a = 178;
b = 15851;
assert(isequal(find_palindrome(a),b))
u =
'1049'
u =
'10450'
u =
'15851'
|
316 Solvers
Rotate input square matrix 90 degrees CCW without rot90
380 Solvers
Split a string into chunks of specified length
475 Solvers
Is this triangle right-angled?
2394 Solvers
498 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!