Implement simple rotation cypher - MATLAB Cody - MATLAB Central

Problem 751. Implement simple rotation cypher

Difficulty:Rate

If given a letter from the set:

[abc...xyz]

and a shift, implement a shift cypher.

Example:

'abc' 

with a shift of -1 yields

'zab'

Solution Stats

46.98% Correct | 53.02% Incorrect
Last Solution submitted on May 04, 2025

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
1
2

Problem Recent Solvers1085

Suggested Problems

More from this Author51

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!