Problem 2350. What is Sum Of all elements of Matrix
Given the matrix x, return the sum of all elements of matrix.
Example:
Input x = [ 1 2 0 0 0 0 6 9 3 3 ] Output y is 24.
Input x = [ 1 NaN 0 0 0 0 6 9 3 3 ] Output y is NaN.
Solution Stats
Problem Comments
-
6 Comments
Show
3 older comments
Abdullah Caliskan
on 8 Sep 2014
I agree guys! something wrong
J.R.! Menzinger
on 8 Sep 2014
please use the function: isequalwithequalnans
;-)
Ned Gulley
on 9 Sep 2014
Thanks for the suggestions. I fixed with isequalwithequalnans.
Solution Comments
Show commentsProblem Recent Solvers419
Suggested Problems
-
Swap the first and last columns
21030 Solvers
-
Back to basics 9 - Indexed References
446 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
11985 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
249 Solvers
-
577 Solvers
More from this Author6
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!