plotScenario
Syntax
Description
plotScenario(
plots the tracking scenario viewer
,scene
)scene
on the viewer. Internally, the
function calls the plotPlatform
object function to plot platforms and their associated trajectories, as well as the
plotCoverage
function to plot sensor coverages. When calling the plotPlatform
function,:
If a platform has a
kinematicTrajectory
object or a staticgeoTrajectory
object, then theplotScenario
function specifies theTrajectoryMode
name-value argument of theplotPlatform
function as"History"
, showing only the previously plotted platform positions.If a platform has a
waypointTrajectory
object or a nonstaticgeoTrajectory
object, then theplotScenario
function sets theTrajectoryMode
name-value argument of theplotPlatform
function as"Full"
, showing the entire platform trajectory, including the future platform positions.
plotScenario(
also plots detections on the viewer.viewer
,scene
,detections
)
plotScenario(
also plots tracks on the viewer.viewer
,scene
,detections
,tracks
)
Examples
Input Arguments
Version History
Introduced in R2021b
See Also
trackingScenario
| trackingGlobeViewer
| plotPlatform
| plotTrajectory
| plotCoverage
| plotDetection
| plotTrack
| 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®.