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))
|
2979 Solvers
Create a square matrix of multiples
383 Solvers
Longest run of consecutive numbers
1648 Solvers
Rounding off numbers to n decimals
1050 Solvers
Sum of odd numbers in a matrix
311 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!