Main Content
plus
Join two shapes
Description
plus(
joins the
shape1,shape2
)shape1
with shape2
and plots the resultant
shape. Alternatively, you can also use the '+'
operator to join
the shapes.
joins the c
= plus(shape1,shape2
)shape1
with shape2
and returns a
polygon object for resultant 2-D shape or a custom 3-D object for resultant 3-D
shape. Alternatively, you can also use the '+'
operator to join
the shapes.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017a