Plot boundary of shape
p = plot(shape,varargin)
example
p = plot(shape,varargin) plots the boundary of the shape and returns the line handle.
shape
collapse all
Create a rectangular shape and plot it.
r = antenna.Rectangle; p = plot(r);
Shape created using custom elements and shape objects of Antenna Toolbox, specified as an object handle.
Example: plot(rectangle) where rectangle is created using antenna.Rectangle object.
plot(rectangle)
antenna.Rectangle
mesh | show
mesh
show
You have a modified version of this example. Do you want to open this example with your edits?