Azzera filtri
Azzera filtri

How to find average of each column in every matrix within a cell

1 visualizzazione (ultimi 30 giorni)
I have a 1x20 cell called "transmission" and I would like to find the average of each column (separately) within each matrix in the cell. Each matrix is 12000x20

Risposta accettata

dpb
dpb il 7 Giu 2018
mn=cellfun(@mean,c,'uniform',0); % c is the cell array
mean operates by column by default.

Più risposte (0)

Categorie

Scopri di più su Data Types 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