play
Syntax
Description
play(
plays the tracking scenario in
the Tracking Scenario
Player app. The app allows you to run, pause, step forward, step back, or jump to a
specific time stamp.scenario
)
Note
The play
function has these limitations:
The
IsEarthCentered
property of the scenario must befalse
.The function ignores the
StopTime
andUpdateRate
properties of the scenario because it relies on the times of arrival of trajectories and the update rates of sensors in the scenario to determine these two properties.The function only displays
fusionRadarSensor
objects andmonostaticRadarSensor
objects. The function does not display other sensors.The function does not display emitters.
The player assumes the north-east-down (NED) reference frame. Therefore, use nonpositive z-coordinates of position to show platforms that are above ground level.
Tip
Instead of directly playing a trackingScenario
object, you can
record the scenario into a trackingScenarioRecording
object and play the recording in Tracking
Scenario Player using the play
object
function. This alternate approach can save you time by not having to run the scenario
every time.
Examples
Input Arguments
Version History
Introduced in R2023a