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));
|
Select every other element of a vector
20339 Solvers
299 Solvers
273 Solvers
1097 Solvers
Help the Patriots get to the Super Bowl
150 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!