How to make NxN matrix from excel dataset

조회 수: 4 (최근 30일)
Ravindu Lokuliyana
Ravindu Lokuliyana 2018년 11월 8일
댓글: Walter Roberson 2018년 11월 8일
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.

채택된 답변

Walter Roberson
Walter Roberson 2018년 11월 8일
griddata()
  댓글 수: 4
Ravindu Lokuliyana
Ravindu Lokuliyana 2018년 11월 8일
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 2018년 11월 8일
Set N to a smaller value, probably not more than about 1500 or so.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by