Azzera filtri
Azzera filtri

rearrange the dimension of lat and lon in matrix

1 visualizzazione (ultimi 30 giorni)
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?

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by