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 comments
Loading...
Problem Recent Solvers64
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6694 Solvers
-
Omit columns averages from a matrix
620 Solvers
-
Determine the number of odd integers in a vector
828 Solvers
-
Back to basics - mean of corner elements of a matrix
462 Solvers
-
Test Problem; Create a 5x5 array containing all ones
405 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!