Shape1 + Shape2
c = plus(shape1,shape2)
example
c = plus(shape1,shape2) calls the syntax shape1 + shape2 to unite two shapes.
shape1,shape2
shape1 + shape2
collapse all
Create a rectangular and circular shape and unite them.
r = antenna.Rectangle; c = antenna.Circle; r+c;
Shapes created using custom elements and shape objects of Antenna Toolbox™, specified as an object handle.
Example: rectangle1+rectangle2 where rectangle1 and rectangle2 are shapes created using antenna.Rectangle object.
rectangle1+rectangle2
antenna.Rectangle
add | area | intersect | mesh | plot | rotate | rotateX | rotateY | rotateZ | scale | show | subtract | translate
add
area
intersect
mesh
plot
rotate
rotateX
rotateY
rotateZ
scale
show
subtract
translate
You have a modified version of this example. Do you want to open this example with your edits?