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))
ans =
2 2 3 3 5 5
|
Find the peak 3n+1 sequence value
1108 Solvers
1800 Solvers
Who knows the last digit of pi?
557 Solvers
Create a square matrix of multiples
383 Solvers
Arrange vector in ascending order
624 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!