Add up all the elements in a NxM matrix where N signifies the number of the rows and M signifies the number of the columns.
Example :
x= [ 8 1 6]
The total sum of the elements will be 8+1+6= 15.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers606
Suggested Problems
-
Return a list sorted by number of occurrences
2897 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2056 Solvers
-
given 3 sides, find area of this triangle
823 Solvers
-
First non-zero element in each column
963 Solvers
-
1126 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
improve test suit
nice