Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How to calculate the mean values in this case?

1 回表示 (過去 30 日間)
Leon
Leon 2018 年 3 月 14 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have two matrices: both of them have sizes of 200x100x50. The third elements (50) are time. In Matrix One, the time starts from Time1 to Time2, and in Matrix Two, the time starts from Time2 to Time3. How do I get the average values of the time chunk from Time1 all the way to Time3?
Instead of creating a loop, is there a more efficient way of getting this done. I have a bunch of such matrix pairs.
Many thanks!

回答 (1 件)

KSSV
KSSV 2018 年 3 月 14 日
Read about mean it gives you option of specifying the dimension to calculate the mean. If you think you need to arrange your matrix in some order..use reshape. Just using reshape and mean is sufficient. You need not to go for loop.

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by