Problem 59244. nxn matrix with elements from 1:n^2
input n defines the dimension of a square matrix to be filled from 1 to n^2 with 1 in upper left corner and n^2 in bottom right corner, numbers increasing from left to right across rows
examples:
n=1
1
n=2
1 2
3 4
n=5
1 2 3 4 5
6 7 8 9 10
11 12 13 14 15
16 17 18 19 20
21 22 23 24 25
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers19
Suggested Problems
-
Remove the polynomials that have positive real elements of their roots.
1703 Solvers
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
542 Solvers
-
There are 10 types of people in the world
1150 Solvers
-
Combined Ages 1 - Symmetric, n = 3
267 Solvers
-
Form a square matrix from four square sub-matrices
106 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!