Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = [1 2 3 4 5 6 7];
y_correct = [1 1 2 2 3 3 4 4 5 5 6 6 7 7];
assert(isequal(RepeatComponenets(x),y_correct))
|
2 | Pass |
%%
x = [0 1 5 6 -7 0 9 6];
y_correct = [0 0 1 1 5 5 6 6 -7 -7 0 0 9 9 6 6];
assert(isequal(RepeatComponenets(x),y_correct))
|
4106 Solvers
434 Solvers
Sum the real and imaginary parts of a complex number
113 Solvers
Matlab Basics II - Max & Index of Max
188 Solvers
664 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!