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

3 次查看(过去 30 天)
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

采纳的回答

Stephan
Stephan 2020-11-2
myMean = mean(A(6:8,:))

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by