Problem 44080. Construct a "diagAdiag" matrix
Construct a matrix whose elements begin from 1 and end at n^2 with the order of arrangement as shown below:
For:
n = 4
output
M = [1 2 6 7; 3 5 8 13; 4 9 12 14; 10 11 15 16]
Note the elements increase and decrease along alternating diagonals with the last element being always n^2.
Solution Stats
Problem Comments
-
1 Comment
goc3
on 19 Apr 2017
Additional test cases have been added.
Solution Comments
Show commentsGroup

Generate a point cloud
- 10 Problems
- 2 Finishers
- Generate a point cloud named `Simplex-Lattice Design`
- Generate a point cloud named `Incremental Lattice Design`
- Generate a point cloud on an equilateral triangle 1
- Generate a point cloud on an equilateral triangle 2
- Generate a point cloud on an equilateral triangle 3
- Generate a point cloud on an equilateral triangle 4
- Generate a point cloud on an equilateral triangle 5
- Generate a point cloud on an equilateral triangle 6
- Generate a point cloud on an equilateral triangle 7
- Generate a point cloud on an equilateral triangle 8
Problem Recent Solvers71
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!