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))
|
2197 Solvers
Check to see if a Sudoku Puzzle is Solved
278 Solvers
Reverse the Words (not letters) of a String
297 Solvers
Relative ratio of "1" in binary number
392 Solvers
273 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!