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