How to sum up over dates?

11 visualizaciones (últimos 30 días)
alpedhuez
alpedhuez el 29 de Jul. de 2021
Comentada: Cris LaPierre el 29 de Jul. de 2021
I have table with T
date location sales
--------------------
1/1 NY 100
1/2 NY 105
1/1 LA 70
1/2 LA 90
I want to sum up over dates to create T1 with
1/1 170
1/2 195
What is the next step?
  1 comentario
alpedhuez
alpedhuez el 29 de Jul. de 2021
https://www.mathworks.com/matlabcentral/answers/406864-how-do-i-sum-over-one-dimension-of-a-multidimensional-array

Iniciar sesión para comentar.

Respuesta aceptada

Cris LaPierre
Cris LaPierre el 29 de Jul. de 2021
Editada: Cris LaPierre el 29 de Jul. de 2021
Convert your dates to datetimes and use groupsummary with the groupbins input set to 'day' and your method set to 'sum', and datavars specified as your sales variable. Use the following syntax.
  13 comentarios
alpedhuez
alpedhuez el 29 de Jul. de 2021
What will be pseudo code?
Cris LaPierre
Cris LaPierre el 29 de Jul. de 2021
See my previous reply. All methods are applied to all datavars.
All your answers can be found by going through the documentation for groupsummary.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Compiler en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by