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 Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by