Problem 1557. factor to number
e.g. input number x=10 then it should produce y=25 or x=100 then y should be 2255. write a function or code to generate the same.
Solution Stats
Problem Comments
-
1 Comment
Evan
on 6 Jun 2013
The objective is unclear, but the goal is to return a number comprised of the factors, in ascending order, of the input.
Solution Comments
Show commentsProblem Recent Solvers65
Suggested Problems
-
Return a list sorted by number of occurrences
2835 Solvers
-
125 Solvers
-
Create a vector whose elements depend on the previous element
738 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
660 Solvers
-
Number of odd and even elements within matrix
154 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!