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

66.01% Correct | 33.99% Incorrect
Last Solution submitted on Aug 20, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers1604

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!