RangeModel
Description
A RangeModel
object contains a measurement model that range to
the target. The measurement convention is: measurement = range
. You can use
this model to define the measurement model for a CustomSensor
object.
Creation
To create an RangeModel
object, use the sensorMeasurementModel
function with the "range"
input
argument. For example:
measurementModel = sensorMeasurementModel("range")
Properties
Version History
Introduced in R2025a