Azzera filtri
Azzera filtri

How to do a Matrix Aggregation.

4 visualizzazioni (ultimi 30 giorni)
Amine Ben Ayara
Amine Ben Ayara il 23 Mag 2016
Commentato: Matt J il 27 Mag 2016
I have 19720 of (7by7) matrices stacked up in excel file ( so basically a total of 138040 row). I want to aggregate these matrices into one (7by7) matrix where each row element represents the sum of all the elements in the rows from each (7by7) matrix. Any suggestions, please.

Risposte (1)

Matt J
Matt J il 23 Mag 2016
Once you've read your data into a 138040x7 matrix, A
aggregation =sum( reshape(A.',7,7,[]) ,3).' ;
  4 Commenti
Amine Ben Ayara
Amine Ben Ayara il 26 Mag 2016
Please look at the screen shot that I have from my Matlab workspace. So my input matrix is
Matt J
Matt J il 27 Mag 2016
I have looked at it. It confirms what I said. You said you have 138040 rows, but the screenshot shows only 138039.

Accedi per commentare.

Categorie

Scopri di più su Data Export to MATLAB in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by