Compute the sum of diagonal elements of a square matrix and store the larger sum to s.
Eg : a = [1 2 3; 2 3 4; 4 5 10]
sum of diagonal 1 = 1+3+10=14
sum of diagonal 2 = 3+3+4=10
s=14
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers54
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15808 Solvers
-
Return elements unique to either input
814 Solvers
-
Determine the number of odd integers in a vector
842 Solvers
-
Sum the numbers on the main diagonal
618 Solvers
-
323 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!