rearrange the dimension of lat and lon in matrix

1 回表示 (過去 30 日間)
Tanmoyee Bhattacharya
Tanmoyee Bhattacharya 2018 年 2 月 2 日
回答済み: ES 2018 年 2 月 2 日
There are 113 latitude and 226 longitude.I get a matrix in dimension 113*226.But I want it in 226*113.If it is possible to obtain in matlab?

採用された回答

ES
ES 2018 年 2 月 2 日
You want to transpose the matrix?
New_Matrix = Old_Matrix';

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by