viewArray
System object: phased.ConformalArray
Package: phased
View array geometry
Syntax
viewArray(H)
viewArray(H,Name,Value)
hPlot = viewArray(___)
Description
viewArray(
plots
the geometry of the array specified in H
)H
.
viewArray(
plots
the geometry of the array, with additional options specified by one
or more H
,Name,Value
)Name,Value
pair arguments.
returns
the handle of the array elements in the figure window. All input arguments
described for the previous syntaxes also apply here.hPlot
= viewArray(___)
Input Arguments
|
Array object. |
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
|
Handle to the axes along which the array geometry is displayed. |
|
Set this value to Default: |
|
Logical flag specifying whether to show the local coordinate axes. Default: |
|
Logical flag specifying whether to show the annotations in the UI panel of the figure. Annotation shows aperture size and element spacing based on array axis of array. Default: |
|
Orientation of the array, specified as a 3-by-1 column vector containing the rotation angles with respect to the x-, y-, and z-axes of the local coordinate system, respectively. The default value is [0;0;0]. Default: |
|
Set this value to Default: |
|
Vector specifying the element indices to show in the figure.
Each number in the vector must be an integer between 1 and the number
of elements. You can also specify the value Default: |
|
Character vector specifying the title of the plot. Default: |
Output Arguments
|
Handle of array elements in figure window. |