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 Solvers95
Suggested Problems
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12967 Solvers
-
Find out missing number from a vector of 9 elements
309 Solvers
-
805 Solvers
-
544 Solvers
-
Area of an equilateral triangle
6628 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!