sum matrix column to get another matrix

4 Ansichten (letzte 30 Tage)
Asliddin Komilov
Asliddin Komilov am 8 Jul. 2019
I have a matrix G 1441x365x91(MxNxL), I need another matrix D 1441x91 (MxL), whereby N must be summed. Shortly its a 1441x91 data over 365 days, and I need the 1441x91 data which is yearly sum.
thanks

Akzeptierte Antwort

Stephan
Stephan am 8 Jul. 2019
G1 = squeeze(sum(G,2));

Weitere Antworten (1)

Asliddin Komilov
Asliddin Komilov am 8 Jul. 2019
thanks

Kategorien

Mehr zu Polynomials finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by