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))
|
2 | Pass |
%%
x = 'HOW';
y_correct = 'WOH';
assert(isequal(rs(x),y_correct))
|
312 Solvers
Least common multiple of many numbers
189 Solvers
Vectorize the digits of an Integer
269 Solvers
238 Solvers
505 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!