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

79.89% Correct | 20.11% Incorrect
Last Solution submitted on Apr 29, 2025

Problem Comments

Solution Comments

Show comments
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
3

Problem Recent Solvers423

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!
Go to top of page