analysis of variables in a MATLAB table and group analysis of variables

3 ビュー (過去 30 日間)
Christian di Noia
Christian di Noia 2020 年 11 月 7 日
回答済み: Abhisek Pradhan 2020 年 11 月 12 日
Hello, i'm totally new to MATLAB. I'm trying to analyze a 300x120 table. in each colomn i have a title that exprss the quantity i'm considering. So i have lots of variables. I'd like to know how to:
1)make a for loop on al the colums in order to extract descriptive statistics such as mean,std, variance and print for each column an instogram of th distribution, with previous values shown on the graph.
2)make a group analysis(so how can i create a group function?) and plot both on different graphs that on the same graph those group variables. Finally,how can i correlate different variables between the same group? Is there a way to see correlation between all the elements of a specific group subsequently?
Thank you in advance

回答 (1 件)

Abhisek Pradhan
Abhisek Pradhan 2020 年 11 月 12 日
Statistics and Machine Learning Toolbox in MATLAB can be used for descriptive statistics of any dataset. Refer the following link to learn more about descriptive statistics.
And grpstats can be used for grouping data together and getting any summary statistics.

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by