MATLAB: Descriptive Statistics Function for a Dataset Array

dataset arraydescriptive statisticsStatistics and Machine Learning Toolbox

Dear all,
Is there a single function that returns the basic descriptive statistics from a dataset array?
Something like the summary function but more complete
Thanks in advance,
Diego

Best Answer

Diego, the grpstats function ordinarily works on groups within data, but it will compute summary stats on complete variables as well if you pass in [] as the grouping variable. Hope this helps.