how to do the latitudinal average from a matrix?

조회 수: 1 (최근 30일)
trailokya
trailokya 2016년 5월 1일
답변: Andrei Bobrov 2016년 5월 1일
Sir, i have a matrix of three dimension say m(80*80*28)i.e. latitude*longitude*altitude...i need the latitude average so that the matrix comes to the form 80*28 i.e. latitude*altitude....how to do that please help?

채택된 답변

Andrei Bobrov
Andrei Bobrov 2016년 5월 1일
out = squeeze(mean(m,2))

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by