How to create a chloropleth map from a given raster array and Lat Lon meshgrid arrays?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a raster array (R), a shapefile (District_Boundaries.zip), and lat lon meshgrid arrays (LatGrid.mat and LonGrid.mat). How to create a chloropleth map out of the mean for the given sub regions of the shapefile? I have attached all the files with this question.
The raster array is:
R=rand([604 584]);
Kindly help me with it.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Find more on Map Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!