how could avoid too have loop in big data

1 visualizzazione (ultimi 30 giorni)
I have a big data set(near to 13G). it is a table with information about different agencies at a different time(every day of 10 years). I use unique() to make groups for months and years and agencies. (is it true?) I need to calculate the mean of each agency at all month and years.how could I save time?

Risposta accettata

jonas
jonas il 21 Ott 2018
Modificato: jonas il 21 Ott 2018
You can use findgroups/splitapply or put the data in a table and use varfun or grpstats.
Upload some data if you need code.
  8 Commenti
Nooshin Mahmoodi
Nooshin Mahmoodi il 22 Ott 2018
thank a lot for your answer and time

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Data Type Conversion in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by