Pivot table with different operations for columns

Suppose I have a table that rows represent yyyymmdd and columns represent height and weights.
I want to create a pivot table that rows represent yyyymm and columns represent average of heights and sum of weights (say).
Please advise how to proceed.

 Respuesta aceptada

Peter Perkins
Peter Perkins el 28 de Dic. de 2017

0 votos

Look at using a timetable, and look at using varfun with year/month as your grouping variable(s).

Más respuestas (0)

Categorías

Productos

Etiquetas

Preguntada:

el 27 de Dic. de 2017

Comentada:

el 28 de Dic. de 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by