Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 124;
b = 545;
assert(isequal(find_palindrome(a),b))
|
2 | Pass |
a = 150;
b = 303;
assert(isequal(find_palindrome(a),b))
|
3 | Pass |
a = 291;
b = 6996;
assert(isequal(find_palindrome(a),b))
|
4 | Pass |
a = 178;
b = 15851;
assert(isequal(find_palindrome(a),b))
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
Create a cell array out of a struct
508 Solvers
401 Solvers
208 Solvers
Find the Oldest Person in a Room
5101 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!