returnLoss
Calculate and plot return loss of antenna or scan return loss of array
Syntax
Description
returnLoss(
                    calculates the return loss of the individual array elements over the specified
                    frequency at a reference impedance of 50 ohm and opens an interactive return
                    loss plot. You can switch between the individual element plots by specifying the
                    element number in the Elements box at the bottom of the
                    plot.array,frequency)
returnLoss(
                    calculates and plots the scan return loss of a specified antenna element in an
                    array.array,frequency,z0,elementnumber)
                    returns the scan return loss of a specified antenna element in an array. rl = returnLoss(array,frequency,z0,elementnumber)
                    uses the Parallel Computing Toolbox™ to perform return loss calculations for each frequency in
                    parallel. To use this feature, you need a license to the Parallel Computing Toolbox.rl = returnLoss(___,UseParallel = true)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2015a
