Problem 45465. Squares of odd numbers upto a given range

Find the squares of odd numbers upto a given range. If Given x=6 return y=(1^2,3^2,5^2) y=1,9,25 If Given x=5 return y=(1^2,3^2,5^2) y=1,9,25

Solution Stats

65.52% Correct | 34.48% Incorrect
Last Solution submitted on Oct 24, 2023

Solution Comments

Show comments

Problem Recent Solvers35

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!