intersect
Boolean intersection operation on two shapes
Description
c = intersect(
intersect
shape1,shape2
)shape1
and shape2
using the intersect
operation. You can also use the &
to intersect the two
shapes.
Examples
Input Arguments
Version History
Introduced in R2017a