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 Solvers94
Suggested Problems
-
Return the largest number that is adjacent to a zero
5413 Solvers
-
Find common elements in matrix rows
2668 Solvers
-
489 Solvers
-
Matlab Basics - Logical Tests I
261 Solvers
-
498 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!