sum matrix column to get another matrix

조회 수: 1 (최근 30일)
Asliddin Komilov
Asliddin Komilov 2019년 7월 8일
답변: Asliddin Komilov 2019년 7월 8일
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

채택된 답변

Stephan
Stephan 2019년 7월 8일
G1 = squeeze(sum(G,2));

추가 답변 (1개)

Asliddin Komilov
Asliddin Komilov 2019년 7월 8일
thanks

카테고리

Help CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

제품


릴리스

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by