Given a matrix of random integers, calculate the sum of all the integers in the cornice of the matrix.
For example if MTX = [ 1 3 5 6;
4 7 9 2;
5 6 1 3;
7 9 2 1]
output = 1 + 3 + 5 + 6 + 4 + 2 + 5 + 3 + 7 + 9 + 2 + 1 = 48
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers58
Suggested Problems
-
Compute a dot product of two vectors x and y
1056 Solvers
-
623 Solvers
-
169 Solvers
-
Find my daddy long leg (No 's')
2821 Solvers
-
Determine the factorial of a number
66 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!