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))
|
Find the sum of all the numbers of the input vector
31951 Solvers
9824 Solvers
412 Solvers
Find the dimensions of a matrix
372 Solvers
465 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!