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

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB 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