Calculate Mean /Average of 4D data
1 次查看(过去 30 天)
显示 更早的评论
I have a 4D data of speed. Size is (301x246x48x119).followed by (latitude, lontitude, height, month). Now I want to calculate Mean from this data.
1st I want to mean speed to remove latitude and lontitude. And after that I want to separate the data by monthwise. After that I will mean data for month.(Here 12 month is used circularly)
Can you please Help me how can i do this?
My final target is to find 12(month) dataset where each dataset contain one speed for every height.
2 个评论
Adam Danz
2023-3-14
> each dataset contain one speed for every height
Could you provide your data? What if heights are [4.5, 4.51, 4.511,...] is that one height of 3 heights?
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!