MATLAB Help Center
Display antenna, array structures, shapes, or platform
show(object)
show(shape)
show(object) displays the structure of an antenna or array.
object
example
show(shape) displays shape as filled region using patches.
shape
collapse all
This example shows how to create a vivaldi antenna and display the antenna structure.
h = vivaldi
h = vivaldi with properties: TaperLength: 0.2430 ApertureWidth: 0.1050 OpeningRate: 25 SlotLineWidth: 5.0000e-04 CavityDiameter: 0.0240 CavityToTaperSpacing: 0.0230 GroundPlaneLength: 0.3000 GroundPlaneWidth: 0.1250 FeedOffset: -0.1045 Conductor: [1×1 metal] Tilt: 0 TiltAxis: [1 0 0] Load: [1×1 lumpedElement]
show(h)
Create a circular shape without material properties and visualize the filled regions.
c1 = antenna.Circle
c1 = Circle with properties: Name: 'mycircle' Center: [0 0] Radius: 1 NumPoints: 30
show(c1)
Create a circular shape with material properties and visualize the filled regions.
c2 = shape.Circle
c2 = Circle with properties: Name: 'mycircle' Center: [0 0] Radius: 1 NumPoints: 30 Metal: 'PEC' Color: 'y' Transparency: 1 EdgeColor: 'k'
show(c2)
pcbStack
installedAntenna
platform
AIAntenna
Antenna or array to visualize, specified as one of the following:
Antenna object from the antenna catalog.
Array object from the array catalog.
pcbStack object.
installedAntenna object.
platform object.
AIAntenna object.
Example: d = dipole; show(d)
d = dipole; show(d)
Example: a = design(patchMicrostrip,1e9,ForAI=true); show(a)
a = design(patchMicrostrip,1e9,ForAI=true); show(a)
Shape to visualize, specified as one of the following objects:
2-D shapes without material properties:
antenna.Circle
antenna.Ellipse
antenna.Polygon
antenna.Rectangle
antenna.Triangle
2-D and 3-D shapes with material properties:
shape.Circle
shape.Ellipse
shape.Rectangle
shape.Polygon
shape.Box
shape.OpenBox
shape.Cylinder
shape.OpenCylinder
shape.Sphere
shape.Custom3D
Example: shape = antenna.Rectangle; show(shape)
shape = antenna.Rectangle; show(shape)
Example: box = shape.Box; show(box)
box = shape.Box; show(box)
Introduced in R2015a
layout
mesh
plot
stlFileChecker
polarpattern
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office