Average column data with specific values
Mostra commenti meno recenti
I have the data below, I am trying to average the column gdppc for each country.

Risposta accettata
Più risposte (1)
Simon Chan
il 23 Ago 2022
G = groupsummary(T,"country","mean","gdppc") % where T is the table array
1 Commento
Nick Austinos
il 23 Ago 2022
Categorie
Scopri di più su Tables in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!