Effacer les filtres
Effacer les filtres

Average of Column in matlab.

2 vues (au cours des 30 derniers jours)
Saki
Saki le 9 Avr 2024
Réponse apportée : Voss le 9 Avr 2024
i have 131x324 matrix, how can i take the average of each 324 column which will give me 1 by 324 matrix?

Réponse acceptée

Voss
Voss le 9 Avr 2024
avg = mean(M,1);
where M is your matrix.

Plus de réponses (0)

Catégories

En savoir plus sur Operating on Diagonal Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by