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

1 view (last 30 days)
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

Accepted Answer

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

More Answers (0)

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!