What is Sum Of all elements of Matrix - MATLAB Cody - MATLAB Central

Problem 2350. What is Sum Of all elements of Matrix

Difficulty:Rate

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

80.14% Correct | 19.86% Incorrect
Last Solution submitted on Sep 22, 2025

Problem Comments

Solution Comments

Show comments
MATLAB EXPO 2025 Registration is Now Open! November 12 – 13, 2025
Registration is now open for MathWorks annual virtual event MATLAB EXPO 2025...
0

Problem Recent Solvers430

Suggested Problems

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!