Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'gadag';
y_correct = 'gadag';
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = 'gadaga';
y_correct = 'agadag';
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
%%
x = 'once upon a yraerd thgindim';
y_correct = 'midnight dreary a nopu ecno';
assert(isequal(your_fcn_name(x),y_correct))
|
6718 Solvers
1050 Solvers
Implement simple rotation cypher
943 Solvers
232 Solvers
271 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!