You can use the summary
function in Matlab to get summary statistics of a table. Here is an example:
main.m244 chars9 lines
This will display the following summary statistics for each variable in the table:
main.m286 chars14 lines
Here, we see the minimum, median and maximum values for the age
and salary
variables, as well as the frequency of each unique value for the gender
variable.
gistlibby LogSnag