Change the size of the shape by a fixed amount
c = scale(shape,scaling)
example
c = scale(shape,scaling) scales the shape by a constant factor
shape
scaling
collapse all
Create a rectangular shape.
r = antenna.Rectangle; show(r) axis equal
Shrink the rectangle by 50%.
scale(r,0.5);
Shape created using custom elements and shape objects of Antenna Toolbox, specified as an object handle.
Example: c = scale(rectangle1,0.5) where rectangle1 is created using antenna.Rectangle object.
c = scale(rectangle1,0.5)
antenna.Rectangle
Constant factor to change shape size, specified as a scalar.
Data Types: double
double
add | area | intersect | mesh | plot | rotate | rotateX | rotateY | rotateZ | show | subtract
add
area
intersect
mesh
plot
rotate
rotateX
rotateY
rotateZ
show
subtract
You have a modified version of this example. Do you want to open this example with your edits?