Average column data with specific values
Ältere Kommentare anzeigen
I have the data below, I am trying to average the column gdppc for each country.

Akzeptierte Antwort
Weitere Antworten (1)
Simon Chan
am 23 Aug. 2022
G = groupsummary(T,"country","mean","gdppc") % where T is the table array
1 Kommentar
Nick Austinos
am 23 Aug. 2022
Kategorien
Mehr zu Tables finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!