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 Solvers156
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5820 Solvers
-
Project Euler: Problem 10, Sum of Primes
2129 Solvers
-
Add a row of zeros on top of a matrix
269 Solvers
-
Matlab Basics II - Log and natural log
196 Solvers
-
6347 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