Mean for 4D

3 Ansichten (letzte 30 Tage)
Sophia
Sophia am 7 Nov. 2016
Beantwortet: James Tursa am 7 Nov. 2016
I have a .mat file. The dimensions for u and v are 9 (years) x 7 (months) x 119 x 177
How can i take the mean over each year?? How to handle the 4D data? The result should 9(year)*119*117
load('ice_drift_2006_2015_winter.mat', 'long1', 'lat1', 'u', 'v', 'flag')

Akzeptierte Antwort

James Tursa
James Tursa am 7 Nov. 2016
umean = squeeze(mean(u,2));

Weitere Antworten (0)

Kategorien

Mehr zu Data Types finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by