System object: phased.ReplicatedSubarray
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 handles 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 as Default: |
|
Set this value to Default: |
|
Set this value to Default: |
|
Vector specifying the indices of subarrays to highlight in the
figure. Each number in the vector must be an integer between 1 and
the number of subarrays. You can also specify the value as Default: |
|
Character vector specifying the title of the plot. Default: |
|
Handles of array elements in figure window. |