Find the sum of all diagonal values ​​in a matrix?

2 次查看(过去 30 天)
In a 5x5 matrix, I want to find the sum of all short and long diagonals from both the left and right sides. How can I write a for-if loop?
Example: A= 2 4 1 5 6
2 5 3 1 8
3 4 6 7 1
1 2 1 4 3
9 5 2 5 1
Left:
1+5=6
3+2+2=7
2+4+1+5=12
2+5+6+4+1=18
....
  3 个评论
Stephen23
Stephen23 2020-7-7
Original question by Berkay Eceoglu recovered from Google Cache:
"Find the sum of all diagonal values ​​in a matrix?"
In a 5x5 matrix, I want to find the sum of all short and long diagonals from both the left and right sides. How can I write a for-if loop?
Example: A= 2 4 1 5 6
2 5 3 1 8
3 4 6 7 1
1 2 1 4 3
9 5 2 5 1
Left:
1+5=6
3+2+2=7
2+4+1+5=12
2+5+6+4+1=18

请先登录,再进行评论。

回答(1 个)

madhan ravi
madhan ravi 2020-7-6
doc diag
doc sum

类别

Help CenterFile Exchange 中查找有关 Operating on Diagonal Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by