This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 123;
y_correct = 321;
assert(isequal(reverse(x),y_correct));
|
2 | Pass |
%%
x = 96721;
y_correct = 12769;
assert(isequal(reverse(x),y_correct));
|
1327 Solvers
1800 Solvers
15295 Solvers
306 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!