Problem 42977. Prime number removal
remove all prime numbers from the input e.g.
input =
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
output =
1 4 6 8 9 10 12 14 15
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers95
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1854 Solvers
-
402 Solvers
-
Project Euler: Problem 10, Sum of Primes
1890 Solvers
-
Delete 2nd and 5th column of Given 6*6 matrix
165 Solvers
-
find a specific element from an matrix
115 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!