Problem 43269. Get all prime factors

List the prime factors for the input number, in decreasing order. List each factor. If the prime factor occurs twice, list it as twice Examples:

in = 24 ---> out = [3 2 2 2]

in = 876 ---> out = [73 3 2 2]

Solution Stats

56.9% Correct | 43.1% Incorrect
Last Solution submitted on Mar 27, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers621

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!