Plotting irregular column data in 2D global map pcolor plot
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello,
I have a dataset of 555x3 Lat, Lon, and Biomass
The latitude and longitude are irregularly spaced
I want to get my data into a format that can use pcolor to map out the values of biomass on a global 2d map in order to compare it to other data in 288x192 dimension.
Is this at all possible to accomplish?
Thank you
댓글 수: 0
답변 (1개)
Chad Greene
2015년 2월 12일
An easy solution is to use gridfit or RegularizeData3D to create a surface of gridded data corresponding to your 288x192 data.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Map Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!