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
-
5025 Solvers
-
Number of 1s in a binary string
10985 Solvers
-
Arrange vector in ascending order
817 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13629 Solvers
-
323 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