Problem 42483. Give prime Numbers upto n
You are given a input number x; print all the prime numbers less than equal to x.
Solution Stats
Problem Comments
-
1 Comment
Guillaume
on 17 Sep 2015
Do not test for emptiness with isequal(x, []). Use isempty(x) instead
Solution Comments
Show commentsProblem Recent Solvers96
Suggested Problems
-
Find the two most distant points
2949 Solvers
-
Set the array elements whose value is 13 to 0
1429 Solvers
-
1885 Solvers
-
Create sequnce 1 4 9 16 25.........
413 Solvers
-
6222 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!