ManeuveringAircraft
Description
A ManeuveringAircraft
object contains a target specification for a
maneuvering aircraft. A maneuvering aircraft is an aircraft that can quickly change its flight
mode from a steady level flight to sharp turns and quick accelerations. You can use the
ManeuveringAircraft
object as an input target specification to multiSensorTargetTracker
. The target specification defines the state convention
for trackers initialized with it. For ManeuveringAircraft
, the output state
convention is: [x;vx;y;vy;z;vz]
, where:
x
,y
, andz
represent the x-, y-, and z-coordinates in meters.vx
,vy
, andvz
represent the velocity components in different directions in meters per second.
Creation
To create a ManeuveringAircraft
object, use the trackerTargetSpec
function with input arguments "aerospace"
, "aircraft"
,
and "maneuvering"
. For example:
spec = trackerTargetSpec("aerospace","aircraft","maneuvering")
Properties
Object Functions
hasTrackerInput | Determine whether tracker needs additional input for target specification |
Examples
Extended Capabilities
Version History
Introduced in R2025a