Average column data with specific values
古いコメントを表示
I have the data below, I am trying to average the column gdppc for each country.

採用された回答
その他の回答 (1 件)
Simon Chan
2022 年 8 月 23 日
G = groupsummary(T,"country","mean","gdppc") % where T is the table array
カテゴリ
ヘルプ センター および File Exchange で Tables についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!