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
-
Is my wife right? Now with even more wrong husband
1345 Solvers
-
Compute a dot product of two vectors x and y
1050 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
601 Solvers
-
Replace every 3rd element in a vector with 4
267 Solvers
-
497 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