DocumentationHelp Center
System object: phased.HeterogeneousConformalArray Package: phased
Number of elements in array
N = getNumElements(H)
N = getNumElements(H) returns the number of elements, N, in the conformal array object H.
H
expand all
Construct a heterogeneous 8-element circular array and use the getNumElements method to return the number of elements.
getNumElements
antenna1 = phased.ShortDipoleAntennaElement('FrequencyRange',[100e6 1e9], ... 'AxisDirection','Z'); antenna2 = phased.ShortDipoleAntennaElement('FrequencyRange',[100e6 1e9], ... 'AxisDirection','Y'); N = 8; azang = (0:N-1)*360/N-180; array = phased.HeterogeneousConformalArray('ElementPosition', ... [cosd(azang);sind(azang);zeros(1,N)], ... 'ElementNormal',[azang;zeros(1,N)], ... 'ElementSet',{antenna1,antenna2}, ... 'ElementIndices',[1 1 1 1 2 2 2 2]); N = getNumElements(array)
N = 8
A modified version of this example exists on your system. Do you want to open this version instead?
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.
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:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office