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
-
How to find the position of an element in a vector without using the find function
2815 Solvers
-
Project Euler: Problem 10, Sum of Primes
2093 Solvers
-
Back to basics 23 - Triangular matrix
1123 Solvers
-
Find the maximum number of decimal places in a set of numbers
3394 Solvers
-
234 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.