Clear Filters
Clear Filters

How can I create a matrix from three columns?

2 views (last 30 days)
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 Comments
Cong Ba
Cong Ba on 3 Aug 2017
Is this an xls file or what? If yes, you can use xlsread('filename') to read it.

Sign in to comment.

Answers (1)

Star Strider
Star Strider on 3 Aug 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!