Average column data with specific values
Afficher commentaires plus anciens
I have the data below, I am trying to average the column gdppc for each country.

Réponse acceptée
Plus de réponses (1)
Simon Chan
le 23 Août 2022
G = groupsummary(T,"country","mean","gdppc") % where T is the table array
1 commentaire
Nick Austinos
le 23 Août 2022
Catégories
En savoir plus sur Tables dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!