Construct a "diagAdiag" matrix - MATLAB Cody - MATLAB Central

Problem 44080. Construct a "diagAdiag" matrix

Difficulty:Rate

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

45.1% Correct | 54.9% Incorrect
Last Solution submitted on Dec 14, 2024

Problem Comments

Solution Comments

Show comments
R2025a Pre-release highlights
This topic is for discussing highlights to the current R2025a Pre-release.
13
5

Problem Recent Solvers70

Suggested Problems

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page