Effacer les filtres
Effacer les filtres

How can I create a matrix from three columns?

1 vue (au cours des 30 derniers jours)
Louise Delaigue
Louise Delaigue le 3 Août 2017
Commenté : Image Analyst le 3 Août 2017
Hi there,
I would like to create a matrix that looks like this:
Right now I have three columns in an excel sheet, which are Latitude (lat), Longitude (lon) and Height. Each set of lat/lon corresponds to one Height. I entered the numbers in the picture manually to give an idea of what I want, but I have thousands of lines therefore I would need a code that transpose my data accordingly.
Thanks for your help :)
Louise
  2 commentaires
Cong Ba
Cong Ba le 3 Août 2017
Is this an xls file or what? If yes, you can use xlsread('filename') to read it.
Image Analyst
Image Analyst le 3 Août 2017
Three columns????

Connectez-vous pour commenter.

Réponses (1)

Star Strider
Star Strider le 3 Août 2017
See the documentation on the xlsread (link) function.

Community Treasure Hunt

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

Start Hunting!

Translated by