mean of 6TH, 7TH AND 8TH numbers of every column

1 vue (au cours des 30 derniers jours)
Joydeb Saha
Joydeb Saha le 2 Nov 2020
I have a 12x41 matrix. I want the mean of 6TH, 7TH AND 8TH numbers of every column. there will be a 41x1 matrix then

Réponse acceptée

Stephan
Stephan le 2 Nov 2020
myMean = mean(A(6:8,:))

Plus de réponses (0)

Catégories

En savoir plus sur Multidimensional Arrays 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