I am trying to find the average of a 58 x 1000 matrix and the result should be a 58 X 48 matrix.

1 次查看(过去 30 天)
So, my data is already loaded on matlab and pre processed. My parameter are a time matrix (1 x 48) and temperature matrix which is 58 X 1000. I am trying to find the average of the 58 x1000 matrix with the account of the time matrix so that my temperature matrix comes out to be 58 X 48. Eventually, I want a plot of time (x-axis) vs. temp (y axis).
How can I find the average of my 58 X1000 so that the result matrix is 58 X 48?
  2 个评论
Image Analyst
Image Analyst 2020-6-27
What do the rows and columns of your temperature matrix represent? Which dimension is time? Do you want to average over all times?
Nafisa Raha
Nafisa Raha 2020-7-1
My temperature matrix is a 3D matrix actually it is(1 X 58 X1000). 1 represents 'day 1', 58 rows represents 'different levels of height' the data is collected at and 1000 columns represent data points collected at each height. Then I have a time matrix which is 2D. I just want matlab to take average of tht temperature matrix over a time lapse of 30 min. So, that I end up with a 58 X 48 matrix... does that make sense?
Thank u !

请先登录,再进行评论。

采纳的回答

madhan ravi
madhan ravi 2020-6-27
编辑:madhan ravi 2020-6-27
mean(...) along the rows of temperature matrix.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by