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

47.0% Correct | 53.0% Incorrect
Last Solution submitted on Sep 28, 2025

Problem Comments

Solution Comments

Show comments
MATLAB EXPO 2025 Registration is Now Open! November 12 – 13, 2025
Registration is now open for MathWorks annual virtual event MATLAB EXPO 2025...
0

Problem Recent Solvers1087

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!