System object: phased.HeterogeneousURA
Package: phased
View array geometry
viewArray(H)
viewArray(H,Name,Value)
hPlot = viewArray(___)
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(___)
|
Array object. |
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
|
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: |
|
Set this value to Default: |
|
Set this value to Default: |
|
Character vector specifying the title of the plot. Default: |
|
Handle of array elements in figure window. |