Problem 459. Sum of diagonal of a square matrix

If

 x = [1 2 4; 3 4 5; 5 6 7]

then y should be the sum of the diagonals of the matrix

 y = 1 + 4 + 7 = 12

Solution Stats

65.75% Correct | 34.25% Incorrect
Last Solution submitted on Mar 17, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers1549

Suggested Problems

More from this Author1

Community Treasure Hunt

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

Start Hunting!