Description

Return the first N perfect squares

Example

    input = 4;
    output = [ 1 4 9 16 ];

Solution Stats

1527 Solutions

923 Solvers

Last Solution submitted on Apr 21, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers923

Suggested Problems

More from this Author56

Community Treasure Hunt

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

Start Hunting!