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 Solvers152
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15805 Solvers
-
Convert a vector into a number
619 Solvers
-
The sum of the numbers in the vector
645 Solvers
-
580 Solvers
-
Determine if input is divisible by three.
243 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