Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = char([97:1:122]);
y_correct = char([122:-1:97]);
assert(isequal(rs(x),y_correct))
ans =
zyxwvutsrqponmlkjihgfedcba
|
2 | Pass |
%%
x = 'HOW';
y_correct = 'WOH';
assert(isequal(rs(x),y_correct))
ans =
WOH
|
1598 Solvers
620 Solvers
Create a Multiplication table matrix...
281 Solvers
573 Solvers
519 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!