Description
Return the first N perfect squares
Example
input = 4;
output = [ 1 4 9 16 ];
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers920
Suggested Problems
-
Remove the polynomials that have positive real elements of their roots.
1740 Solvers
-
Project Euler: Problem 7, Nth prime
1751 Solvers
-
Right Triangle Side Lengths (Inspired by Project Euler Problem 39)
2038 Solvers
-
473 Solvers
-
Create a two dimensional zero matrix
525 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!