photo

Thomas


Last seen: 9ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


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ヶ月 前 | 2 件の回答 | 0

2

回答