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
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers1605
Suggested Problems
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1226 Solvers
-
Set the array elements whose value is 13 to 0
1411 Solvers
-
Create an index-powered vector
870 Solvers
-
Find the dimensions of a matrix
545 Solvers
-
2096 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!