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
-
494 Solvers
-
597 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
578 Solvers
-
Matlab Basics II - Max & Index of Max
258 Solvers
-
Rotate a matrix for 180 degree
179 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!