In this function, you will take an incoming string, and output the same string with each character one letter later in the alphabet (i.e. 'abcd' becomes 'bcde', etc).
This function will only take undercase letters from a-y
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers72
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3672 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1263 Solvers
-
Sum of odd numbers in a matrix
617 Solvers
-
What is Sum Of all elements of Matrix
446 Solvers
-
Find the index of the lowest number in a matrix
85 Solvers
More from this Author18
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.