Is it possible to clip shapefiles in MATLAB?
11 views (last 30 days)
Show older comments
Is there a way to clip a shapefile using polygons or other shapefiles in MATLAB like in GIS?
Thank you!
0 Comments
Answers (1)
Kapil Gupta
on 1 Jun 2022
I understand you are trying to clip your shapefile with the help of a polygon in MATLAB.
A function that will help you move forward in doing so is the 'inpolygon' function. It helps locate points that are inside or on the edge of the polygon area. You can read more about the function at:
You can also have a look at this MATLAB Answer which discusses a similar query:
0 Comments
See Also
Categories
Find more on Mapping Toolbox 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!