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 Solvers149
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1988 Solvers
-
All your base are belong to us
575 Solvers
-
Sum all integers from 1 to 2^n
17392 Solvers
-
Return the first and last characters of a character array
11795 Solvers
-
1589 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