If input is a string 'yellow' the output should be 'leywol'. Locate the middle of the string and reverse the first (yel) and second (low)parts of the string.
If the length of the string is odd, leave the middle letter unchanged.
Input 'letter' output 'telret'
Input 'apple' output 'papel'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers155
Suggested Problems
-
Project Euler: Problem 5, Smallest multiple
1673 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1326 Solvers
-
Convert a numerical matrix into a cell array of strings
2522 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
602 Solvers
-
Convert from Fahrenheit to Celsius
28541 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Additional test cases have been added.