data — Antenna or array data real length-M vector | real M-by-N matrix | real N-D array | complex vector or matrix
Antenna or array data, specified as one of the following:
A real length-M vector, where M contains
the magnitude values with angles assumed to be degrees.
A real M-by-N matrix,
where M contains the magnitude values and N contains
the independent data sets. Each column in the matrix has angles taken
from the vector degrees.
The set of each angle can vary for each column.
A real N-D array, where N is
the number of dimensions. Arrays with dimensions 2 and
greater are independent data sets.
A complex vector or matrix, where data contains
Cartesian coordinates ((x,y) of each point. x contains
the real part of data and y contains
the imaginary part of data.
When data is in a logarithmic form such as dB, magnitude values
can be negative. In this case,polarpattern plots
the lowest magnitude values at the origin of the polar plot and highest
magnitude values at the maximum radius.
angle — Set of angles vector in degrees
Set of angles, specified as a vector in degrees.
magnitude — Set of magnitude values vector | matrix
Set of magnitude values, specified as a vector or a matrix.
For a matrix of magnitude values, each column is an independent set
of magnitude values and corresponds to the same set of angles.