This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
1 %%
x = 'Hello World!';
y_correct = 'Ifmmp Xpsme!';
assert(isequal(si(x),y_correct))
2 %%
x = 'Can I help you?';
y_correct = 'Dbo J ifmq zpv?';
assert(isequal(si(x),y_correct))
3 %%
x = 'Mary had a liitle lamb.';
y_correct = 'Nbsz ibe b mjjumf mbnc.';
assert(isequal(si(x),y_correct))
ans =
1
x =
Ifmmp Xpsme!
ans =
2
x =
Dbo J ifmq zpv?
ans =
3
x =
Nbsz ibe b mjjumf mbnc.
|
487 Solvers
272 Solvers
Back to basics 22 - Rotate a matrix
763 Solvers
413 Solvers
Remove element(s) from cell array
373 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!