Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'Hello World!';
y_correct = 'Ifmmp Xpsme!';
assert(isequal(si(x),y_correct))
|
2 | Pass |
x = 'Can I help you?';
y_correct = 'Dbo J ifmq zpv?';
assert(isequal(si(x),y_correct))
|
3 | Pass |
x = 'Mary had a liitle lamb.';
y_correct = 'Nbsz ibe b mjjumf mbnc.';
assert(isequal(si(x),y_correct))
|
Get the area codes from a list of phone numbers
532 Solvers
3967 Solvers
middleAsColumn: Return all but first and last element as a column vector
387 Solvers
347 Solvers
387 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!