photo

Thomas


Last seen: 9 months ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


find the longest diagonal sum of a matrix.
function largestDiagonalSum = diag_sum(matrix) [rows,cols] = size(matrix); largestDiagonalSum = 0; for row = 1:rows for ...

9 months ago | 2 answers | 0

2

answers