Calculating mean values of a 3D matrix for every rows

2 次查看(过去 30 天)
I have a matrix 12x441x1440. 12 is the dimension of time. how can I get 12 average numbers for every month from that matrix

采纳的回答

Simon Chan
Simon Chan 2022-3-30
Try this:
mean(yourmatrix,[2 3]);
  4 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by