Gridding of data at district level and retrieving a 3 column format of the data for each grid as a latitude longitude and parameter value
이전 댓글 표시
i have data of a variable on district level for the whole country. i need to grid the data to a resolution of 0.1 deg X 0.1 deg resolution. Then i need to retrieve the variable value for each grid in a n x 3 format. where n is the total no of grids formed and 3 columns representative of latitude value, longitude value (representing the grid) and the corresponding value of variable value. Is this possible by using matlab. if yes please let me know how as soon as possible.
답변 (1개)
Andrei Bobrov
2014년 5월 31일
편집: Andrei Bobrov
2014년 5월 31일
0 개 추천
use scatteredInterpolant
댓글 수: 7
Harini
2014년 6월 1일
Image Analyst
2014년 6월 1일
You can make it easier for him if you post your data along with code to read it in. Use the paper clip icon.
Harini
2014년 6월 2일
Andrei Bobrov
2014년 6월 2일
@Harini! Please post your data as mat - files
Harini
2014년 6월 2일
Harini
2014년 6월 2일
Andrei Bobrov
2014년 6월 2일
Please post your data as xlsx - files
카테고리
도움말 센터 및 File Exchange에서 Aerospace Blockset에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!