rearrange the dimension of lat and lon in matrix

1 visualización (últimos 30 días)
Tanmoyee Bhattacharya
Tanmoyee Bhattacharya el 2 de Feb. de 2018
Respondida: ES el 2 de Feb. de 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?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by