AzimuthModel
Description
An AzimuthModel
object contains a measurement model that measures
azimuth angle to the target. The measurement convention is: measurement =
azimuth
. 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 AzimuthModel
object, use the sensorMeasurementModel
function with the "azimuth"
input
argument. For example:
measurementModel = sensorMeasurementModel("azimuth")
Properties
Version History
Introduced in R2025a