Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 100;
y_correct = 100:-1:0;
assert(isequal(vec_rev(x),y_correct))
|
2 | Pass |
x = 45;
y_correct = 45:-1:0;
assert(isequal(vec_rev(x),y_correct))
|
3 | Pass |
x = 20;
y_correct = 20:-1:0;
assert(isequal(vec_rev(x),y_correct))
|
926 Solvers
Project Euler: Problem 1, Multiples of 3 and 5
1491 Solvers
Back to basics 21 - Matrix replicating
1052 Solvers
201 Solvers
555 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!