Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'Hello World!';
y_correct = 'Ifmmp Xpsme!';
assert(isequal(si(x),y_correct))
ans =
Ifmmp Xpsme!
|
2 | Pass |
x = 'Can I help you?';
y_correct = 'Dbo J ifmq zpv?';
assert(isequal(si(x),y_correct))
ans =
Dbo J ifmq zpv?
|
3 | Pass |
x = 'Mary had a liitle lamb.';
y_correct = 'Nbsz ibe b mjjumf mbnc.';
assert(isequal(si(x),y_correct))
ans =
Nbsz ibe b mjjumf mbnc.
|
1223 Solvers
732 Solvers
Split a string into chunks of specified length
475 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
340 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!