Problem 47798. Check if the input is a balanced prime
isBalancedPrime(3) = false;
isBalancedPrime(7) = false;
isBalancedPrime(5) = true; % since (3+7)/2 = 5
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers28
Suggested Problems
-
Arrange Vector in descending order
12584 Solvers
-
Getting the indices from a matrix
687 Solvers
-
Permute diagonal and antidiagonal
476 Solvers
-
Sum the elements in either diagonal of a square matrix
214 Solvers
-
Find and replaces spaces from a input string with *
166 Solvers
More from this Author92
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!