Given a string, remove all the letters which in ASCII Code are prime numbers.
For Example:
s1 = 'Determine which array elements are prime'
Becomes:
s2 = 'Dtrin which rry lnts r pri'
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers117
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2821 Solvers
-
Program an exclusive OR operation with logical operators
762 Solvers
-
251 Solvers
-
Find Out sum of principal diagonal element of given matrix
258 Solvers
-
1682 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!
Additional test cases have been added.