Modify the string to alternate between upper and lower case. For example,
s='achyuta'
output='AcHyUtA'
Update - Test cases added at 09-09-2022
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers278
Suggested Problems
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
2097 Solvers
-
Back to basics 6 - Column Vector
1107 Solvers
-
Matrix indexing with two vectors of indices
777 Solvers
-
Find the index of n in magic(n)
273 Solvers
-
295 Solvers
More from this Author9
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.