Problem 191. Proper Factors
Generate the proper factors of input integer x and return them in ascending order. For more information on proper factors, refer to http://mathworld.wolfram.com/ProperFactor.html.
Solution Stats
Problem Comments
-
3 Comments
Benjamin Richards
on 3 Apr 2020
Why doesn't the divisors function work?
Venkatesh Rachabathuni
on 30 Aug 2020
why it shows 1×0 empty double row vector ?? :p
Ozer Eroglu
on 16 Dec 2020
divisors function doesn't work:(
any info about this?
Solution Comments
Show commentsProblem Recent Solvers693
Suggested Problems
-
Find state names that start with the letter N
1286 Solvers
-
Convert a numerical matrix into a cell array of strings
2065 Solvers
-
Sum of diagonal of a square matrix
1589 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
631 Solvers
-
Make a vector of prime numbers
800 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!