Problem 53805. Find the summation, mean, median, mode and standard deviation of a given array.
An array is given. Find out the summation, mean, median, mode and standard deviation of a given array.
If x=[1,2,2,3,3,3,4,4,4,4]
then the output will be
y=[30.0000 3.0000 3.0000 4.0000 1.0541]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers61
Suggested Problems
-
convert matrix to single column
423 Solvers
-
07 - Common functions and indexing 6
460 Solvers
-
Calculate Amount of Cake Frosting
28307 Solvers
-
Calculate the average value of the elements in the array
1559 Solvers
-
207 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!