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))
|
Return the 3n+1 sequence for n
6170 Solvers
2401 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
436 Solvers
413 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!