matlab regional grid map
Afficher commentaires plus anciens
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)

Réponses (0)
Catégories
En savoir plus sur Vector and Raster Map Display dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!