Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

How to calculate the mean values in this case?

1 visualizzazione (ultimi 30 giorni)
Leon
Leon il 14 Mar 2018
Chiuso: MATLAB Answer Bot il 20 Ago 2021
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!

Risposte (1)

KSSV
KSSV il 14 Mar 2018
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.

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by