plot gridded data only inside shapefile
Mostrar comentarios más antiguos
I import a shapefile and have gridded data that exceeds the borders of the shapefile. How can i only plot the data within the shapefile?
shp = shaperead("Germany.shp");
data.Lat = linspace(0,90,200);
data.Lon = linspace(0,90,200);
data.Height = rand(1,200);
Respuestas (1)
KSSV
el 17 de Mayo de 2022
0 votos
Categorías
Más información sobre Map Display en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!