rearrange the dimension of lat and lon in matrix

1 view (last 30 days)
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?

Accepted Answer

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

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!