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
-
Basics: 'Find the eigenvalues of given matrix
440 Solvers
-
1296 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
605 Solvers
-
403 Solvers
-
6618 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