Average column data with specific values
Mostrar comentarios más antiguos
I have the data below, I am trying to average the column gdppc for each country.

Respuesta aceptada
Más respuestas (1)
Simon Chan
el 23 de Ag. de 2022
G = groupsummary(T,"country","mean","gdppc") % where T is the table array
1 comentario
Nick Austinos
el 23 de Ag. de 2022
Categorías
Más información sobre Tables en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!