How to make NxN matrix from excel dataset

5 Ansichten (letzte 30 Tage)
Ravindu Lokuliyana
Ravindu Lokuliyana am 8 Nov. 2018
Kommentiert: Walter Roberson am 8 Nov. 2018
Hi there,
I got excel dataset which has longitude(1xn)), latitude(1xn) and elevation(1xn) as described in the attached file.
How can I convert elevation dataset into NxN matrix?
Note: Data points are randomly distributed. not in exact order as described in the example.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 8 Nov. 2018
griddata()
  4 Kommentare
Ravindu Lokuliyana
Ravindu Lokuliyana am 8 Nov. 2018
Thank you very much. It works well for me.
But I got large excel data values (more than 300,000) in my file. In that case it's somewhat hard to execute.
If you have further suggestions, I would greatly appreciate.
Walter Roberson
Walter Roberson am 8 Nov. 2018
Set N to a smaller value, probably not more than about 1500 or so.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by