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))
|
07 - Common functions and indexing 2
255 Solvers
07 - Common functions and indexing 6
282 Solvers
Returning a "greater than" vector
150 Solvers
250 Solvers
328 Solvers