Calculates summary statistics to provide a quick overview of data.
There are two functions here: the first calculates min, max, mean, median, standard deviation, and does not require any additional toolboxes. The second also calculates quartiles, and the frequency of each data value. This version requires the statistics toolbox.
Cite As
Richie Cotton (2023). summary (https://www.mathworks.com/matlabcentral/fileexchange/10136-summary), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R14SP3
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- AI, Data Science, and Statistics > Statistics and Machine Learning Toolbox > Descriptive Statistics and Visualization > Descriptive Statistics >
Find more on Descriptive Statistics in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | New functionality: includes size of data. |