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))
|
Find the maximum number of decimal places in a set of numbers
739 Solvers
177 Solvers
511 Solvers
2985 Solvers
Matlab Basics - Pick out parts of a vector
198 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!