photo

Thomas


Last seen: 9 mesi fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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 mesi fa | 2 risposte | 0

2

risposte