Calculate Sum of all elements of an array.
A = [1 3 4 6]
calculate_sum(A) = 14
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers86
Suggested Problems
-
630 Solvers
-
295 Solvers
-
301 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
358 Solvers
-
1096 Solvers
More from this Author40
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!