Problem 365. Numbers with prime factors 2, 3 and 5.

Make a function which takes one positive integer n and returns a matrix with the numbers of the form (2^i)*(3^j)*(5^k) which are lower or equal to n (i,j,k integers).

Solution Stats

33.25% Correct | 66.75% Incorrect
Last Solution submitted on Apr 09, 2024

Problem Comments

Solution Comments

Show comments


Problem Recent Solvers464

Problem Tags

Community Treasure Hunt

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

Start Hunting!