Problem 751. Implement simple rotation cypher
Solution Stats
Problem Comments
-
1 Comment
jo gayong
on 5 Jul 2019
I find this problem challenging.
Solution Comments
-
1 Comment
TAYALAN SIVALINGAM
on 29 Dec 2016
hi
-
1 Comment
Mike Li
on 12 Feb 2022
This answer doesn't apply where shift is negtive.
-
1 Comment
Liang MA
on 10 Apr 2014
Covered negative shift this time
-
1 Comment
Anthony
on 9 Apr 2014
very straight forward solution that passes test suite but does not handle example in description correctly.
-
1 Comment
shen
on 31 Oct 2013
hello, what if shift >= 52 or shift < 0?
-
1 Comment
Daniel Pereira
on 16 Apr 2013
Does this work for negative shifts?
-
1 Comment
Nicholas Howe
on 5 Oct 2012
This is a sneaky way to get around the prohibition against using eval!
Problem Recent Solvers1033
Suggested Problems
-
3736 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
14637 Solvers
-
3139 Solvers
-
Back to basics 25 - Valid variable names
316 Solvers
-
774 Solvers
More from this Author51
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!