intersect
Description
calculates the geometric intersection of the specified point, line, or polygon
shapes.shapeout
= intersect(shape1
)
When you specify point shapes, the intersection is a point shape that contains the points in
shape1
that overlap.When you specify line shapes, the intersection is a line shape that contains the line parts in
shape1
that overlap.When you specify polygon shapes, the intersection is a polygon shape that contains the polygon regions in
shape1
that overlap.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2025a