deleted = deleteTrack(receiver,ID)
deletes the track specified by ID in the ADS-B receiver object,
receiver. You must update the ADS-B receiver object at least once
before you are able to delete an ADS-B track.
ADS-B receiver, specified as an adsbReceiver
object.
Track identifier, specified as a track ID or an International Civil Aviation
Organization (ICAO) ID. The track ID is an integer, whereas an ICAO ID is a six-element
character vector or a six-character string.
Track deletion indicator, returned as 1 or 0.
If the track specified by the ID input existed and was successfully
deleted, this argument returns as 1. If the track did not exist, a
warning is issued and this argument returns as 0.