Main Content

isPolarizationCapable

System object: phased.IsotropicProjector
Namespace: phased

Polarization capability

Syntax

flag = isPolarizationCapable(projector)

Description

flag = isPolarizationCapable(projector) returns a Boolean value, flag, indicating whether the phased.IsotropicProjector supports polarization. An element supports polarization if it can create or respond to polarized fields. This projector does not support polarization.

Input Arguments

expand all

Isotropic projector, specified as a phased.IsotropicProjector System object.

Example: phased.IsotropicProjector

Output Arguments

expand all

Polarization-capability returned as a Boolean value true if the projector supports polarization or false if it does not. Because the phased.IsotropicProjector object does not support polarization, flag is always returned as false.

Version History

Introduced in R2017a