Problem 44687. basic matrix operations: rotate and find sum of diagonal elements of the resultant matrix

For given input matrix a, rotate it by 90 degrees and find the sum of the diagonals.

Example: Input:

a =
     1     2     3     4
     5     6     7     8
     8    10    12    -2
    -1    -3    -5    -7

Output is:

20

Solution Stats

76.32% Correct | 23.68% Incorrect
Last Solution submitted on Mar 10, 2024

Solution Comments

Show comments

Problem Recent Solvers57

Suggested Problems

More from this Author29

Community Treasure Hunt

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

Start Hunting!