sum matrix column to get another matrix

1 view (last 30 days)
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

Accepted Answer

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

More Answers (1)

Asliddin Komilov
Asliddin Komilov on 8 Jul 2019
thanks

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Tags

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!