matlab regional grid map

10 views (last 30 days)
xiaoyan
xiaoyan on 18 Mar 2015
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)

Answers (0)

Community Treasure Hunt

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

Start Hunting!