mean value of a matrix subarray

2 次查看(过去 30 天)
Hello!!
I have a matrix of 14000x7x3 elements.
I want to calculate the mean value of the elements in rows 4000 to 5000 of the third colum page 2.
How can I do it?
Thank you in advanced

采纳的回答

Matt J
Matt J 2014-1-8
mean(A(4000:5000,3,2))

更多回答(0 个)

类别

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

产品

Community Treasure Hunt

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

Start Hunting!

Translated by