You are given a input number x; print all the prime numbers less than equal to x.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers98
Suggested Problems
-
433 Solvers
-
Determine Whether an array is empty
815 Solvers
-
306 Solvers
-
Side of an equilateral triangle
7121 Solvers
-
Determine the Anti-diagonal of a Magic Square
118 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Do not test for emptiness with isequal(x, []). Use isempty(x) instead