Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [2,3,5];
y_correct = [2,2,3,3,5,5];
assert(isequal(duplicate(x),y_correct))
y =
2 2 3 3 5 5
|
3652 Solvers
Project Euler: Problem 6, Natural numbers, squares and sums.
782 Solvers
310 Solvers
07 - Common functions and indexing 4
259 Solvers
3002 Solvers