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 comments
Loading...
Problem Recent Solvers24
Suggested Problems
-
Sum all integers from 1 to 2^n
17806 Solvers
-
575 Solvers
-
Fix the last element of a cell array
1840 Solvers
-
Create the following sequence : 0 1 1 4 9 25 64 169 ...
204 Solvers
-
Air Mass to Star for an Observer at Mean Sea Level
389 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!