How to average across tables in a cell

1 vue (au cours des 30 derniers jours)
MH
MH le 20 Août 2024
Commenté : Voss le 20 Août 2024
I have a Cell containing a n number of tables (in this case 3 tables (2500x44)) and I'm trying output just one table being the average of each cell within each table across all 3 tables. This is likely a silly question but can't seem to figure it out.

Réponse acceptée

Matt J
Matt J le 20 Août 2024
Modifié(e) : Matt J le 20 Août 2024
AvgTb=Tb{1};
AvgTb{1}{:,:}=(Tb{1}{:,:}+Tb{2}{:,:}+Tb{3}{:,:})/3;
  7 commentaires
MH
MH le 20 Août 2024
Thank you! @Voss
Voss
Voss le 20 Août 2024
You're welcome!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Tables dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by