matlab regional grid map
이전 댓글 표시
I have a global 0.25*0.25 metadata and want to get the gird map in China. Using the following code, I get the figure. How can I mask the "NaN" with White color and pick put the China as a region. R = georasterref('RasterSize', size(world), 'Latlim', [-90.000 90.000], 'Lonlim', [0 360]); geoshow(world, R, 'DisplayType', 'texturemap') caxis([0 2500]); colorbar; load coast geoshow(lat,long)

답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Create Plots on Maps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!