rearrange the dimension of lat and lon in matrix

1 Ansicht (letzte 30 Tage)
Tanmoyee Bhattacharya
Tanmoyee Bhattacharya am 2 Feb. 2018
Beantwortet: ES am 2 Feb. 2018
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?

Akzeptierte Antwort

ES
ES am 2 Feb. 2018
You want to transpose the matrix?
New_Matrix = Old_Matrix';

Weitere Antworten (0)

Kategorien

Mehr zu Matrices and Arrays finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by