Double all elements in the array
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers2280
Suggested Problems
-
Find the peak 3n+1 sequence value
2567 Solvers
-
Remove the small words from a list of words.
1560 Solvers
-
Circular Primes (based on Project Euler, problem 35)
651 Solvers
-
709 Solvers
-
Deleting an element in a matrix
491 Solvers
More from this Author7
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The solution to this problem doesn't make any sense!!!
If you are using the word "duplicate" to mean multiply by 2, then the correct answer is [2,4,6], not [1,4,6]
The title and description have been clarified. Also, the test suite has been corrected and expanded.