Find all four-digit prime numbers whose digits are monotonically decreasing from left-to-right.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers28
Suggested Problems
-
Select every other element of a vector
36366 Solvers
-
Sum all integers from 1 to 2^n
17494 Solvers
-
939 Solvers
-
Make a random, non-repeating vector.
11252 Solvers
-
2255 Solvers
More from this Author180
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Your test case doesn't match up with the problem statement. The problem statement mentions monotonically decreasing, while the test case tests for just decreasing.