Problem 59831. Palindrome Checker
Create a MATLAB function that checks whether a given string is a palindrome or not. A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward, ignoring spaces, punctuation, and capitalization.
Solution Stats
Problem Comments
-
1 Comment
Brian Holden
on 25 Nov 2024
A lot of solutions are passing this due to insufficient testing. There is only one number in the tests and it's a 'pass', so solutions that remove all numbers from the input are passing because a null string counts as a palindrome.
Solution Comments
Show commentsProblem Recent Solvers43
Suggested Problems
-
Select every other element of a vector
33431 Solvers
-
7710 Solvers
-
Get the area codes from a list of phone numbers
1060 Solvers
-
Replace all zeros and NaNs in a matrix with the string 'error'
99 Solvers
-
Sum of odd numbers in a matrix
583 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!