plot gridded data only inside shapefile
2 ビュー (過去 30 日間)
古いコメントを表示
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);
0 件のコメント
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!