Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
n=10
x = randperm(n);
y_correct = [2 4 6 8 10];
assert(isequal(rmv_srt(n),y_correct))
n =
10
x =
10
|
2 | Fail |
n=25
x = randperm(n);
y_correct = [2 4 6 8 10 12 14 16 18 20 22 24];
assert(isequal(rmv_srt(n),y_correct))
n =
25
x =
1×0 empty double row vector
|
4106 Solvers
Find the two most distant points
1628 Solvers
241 Solvers
What is Sum Of all elements of Matrix
292 Solvers
548 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!