plotTrack
Syntax
Description
plotTrack(
        plots tracks on the tracking globe viewer.viewer,tracks)
Tip
 The length of all plotted track history lines is determined by the
              TrackHistoryDepth property of the viewer. The viewer maintains
            each track internally by its TrackID and
              SourceIndex. If a previously encountered
              (TrackID,SourceIndex) pair is not found in the
            current call to the plotTrack function, the track is considered
            dropped. You can remove dropped tracks from the globe by specifying the
              ShowDroppedTracks property of the viewer as
              false.
plotTrack(
        plots tracks with different track state definitions in the format of a cell array on the
        tracking globe viewer.viewer,trackCells)
plotTrack(___, specifies the
        reference frame used to interpret the coordinates of the tracks.frame)
plotTrack(___,
        specifies options using one or more name-value pair arguments. For example,
          Name=Value)plotTrack(viewer,tracks,Color=[1 0 0]) specifies the color of the
        plotted tracks as the RGB triplet [1 0 0].
Examples
Input Arguments
Name-Value Arguments
Version History
Introduced in R2021bSee Also
trackingGlobeViewer | plotScenario | plotPlatform | plotTrajectory | plotCoverage | plotDetection | clear | snapshot | campos | camorient
1 Alignment of boundaries and region labels are a presentation of the feature provided by the data vendors and do not imply endorsement by MathWorks®.



