Given a number, check whether it is prime or not.
If prime output is true, otherwise false.
Solution Stats
Problem Comments
4 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers151
Suggested Problems
-
Project Euler: Problem 10, Sum of Primes
2093 Solvers
-
Return unique values without sorting
1000 Solvers
-
1452 Solvers
-
Calculate the area of a triangle between three points
3425 Solvers
-
1014 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
As a heads up, you need to return the strings 'true' or 'false' to meet the criteria of the test suite.
Good problem Azhar
thanks vaibhav, btw its all about exploring commands in matlab.
yupp