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
1263 Solvers
242 Solvers
Split a string into chunks of specified length
475 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!