Cody Problem 56738 asks for a list of the unitary divisors of a number. For this problem, write a function to count the unitary divisors of a number. For example, the unitary divisors of 18 are 1, 2, 9, and 18; therefore, the number of unitary divisors is 4.
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers16
Suggested Problems
-
Return a list sorted by number of occurrences
2900 Solvers
-
How to find the position of an element in a vector without using the find function
2822 Solvers
-
Project Euler: Problem 4, Palindromic numbers
1297 Solvers
-
Getting the indices from a matrix
734 Solvers
-
Sum of odd numbers in a matrix
622 Solvers
More from this Author328
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!