Problem 170. First N Perfect Squares
Description
Return the first N perfect squares
Example
input = 4;
output = [ 1 4 9 16 ];
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers911
Suggested Problems
-
Find the numeric mean of the prime numbers in a matrix.
9121 Solvers
-
3800 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
860 Solvers
-
10630 Solvers
-
2133 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!