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 Solvers93
Suggested Problems
-
Generate a random matrix A of (1,-1)
311 Solvers
-
315 Solvers
-
Find Out sum of principal diagonal element of given matrix
244 Solvers
-
304 Solvers
-
Matlab Basics II - Extract last 3 elements of a vector
242 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!