AzimuthElevationRangeModel
Description
An AzimuthElevationRangeModel
object contains a measurement model that measures
azimuth angle, elevation angle and range to the target. The measurement convention is:
measurement = [azimuth;elevation;range]
. You can use this model to define
the measurement model for a CustomSensor
object. The units for angles are in degrees. The units for angles are in
degrees.
Creation
To create an AzimuthElevationRangeModel
object, use the sensorMeasurementModel
function with the
"azimuth-elevation-range"
input argument. For example:
measurementModel = sensorMeasurementModel("azimuth-elevation-range")
Properties
Version History
Introduced in R2025a